#8F460E

Color #8F460E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8F460E

Tints of Saddle Brown #8F460E

Color information

#8F460E (or 0x8F460E) is unknown color: approx Saddle Brown. HEX triplet: 8F, 46 and 0E. RGB value is (143,70,14). Sum of RGB (Red+Green+Blue) = 143+70+14=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F460E is #70B9F1. Grayscale: #555555. Windows color (decimal): -7387634 or 935567. OLE color: 935567.

HSL color Cylindrical-coordinate representation of color #8F460E: hue angle of 26.05º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F460E is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1437014-
CMYK00.510.900.44
HSL26.05º82.17%30.78%-
HSV(B)26.05º90.21%56.08%-
XYZ13.610.251.68-
YUV85.4487.68169.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 63.00%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=63.00%
G=30.84%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143701400.510.900.4426.0582.1730.78
Hex8F46E0335A2C1a521f
Octal21710616063132543212237
Binary10001111100011011100110011101101010110011010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F460E; }

 p { color: rgb(143,70,14); }

 H1.HeaderClassName
 {
   color: #8F460E;
 }
 .AnyTagClassName
 {
   color: #8F460E;
 }
</style>
background-color css

<style>
 a { background-color: #8F460E; }

 a { background-color: rgb(143,70,14); }

 div.DivClassName
 {
   background-color: #8F460E;
 }
 .BgClassName
 {
   background-color: #8F460E;
 }
</style>
border-color css

<style>
 span { border-color: #8F460E; }

 span { border-color: rgb(143,70,14); }

 td.TdClassName
 {
   border-color: #8F460E;
 }
 .TagClassName
 {
   border-color: #8F460E;
 }
</style>