#8E4107

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

Shades of Saddle Brown #8E4107

Tints of Saddle Brown #8E4107

Color information

#8E4107 (or 0x8E4107) is unknown color: approx Saddle Brown. HEX triplet: 8E, 41 and 07. RGB value is (142,65,7). Sum of RGB (Red+Green+Blue) = 142+65+7=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4107 is #71BEF8. Grayscale: #515151. Windows color (decimal): -7454457 or 475534. OLE color: 475534.

HSL color Cylindrical-coordinate representation of color #8E4107: hue angle of 25.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E4107 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB142657-
CMYK00.540.950.44
HSL25.78º90.6%29.22%-
HSV(B)25.78º95.07%55.69%-
XYZ13.089.551.35-
YUV81.4186.01171.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.36%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=66.36%
G=30.37%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14265700.540.950.4425.7890.629.22
Hex8E4170365F2C1a5b1d
Octal2161017066137543213335
Binary1000111010000011110110110101111110110011010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,7); }

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

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

 a { background-color: rgb(142,65,7); }

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

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

 span { border-color: rgb(142,65,7); }

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