#8E5407

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

Shades of Saddle Brown #8E5407

Tints of Saddle Brown #8E5407

Color information

#8E5407 (or 0x8E5407) is unknown color: approx Saddle Brown. HEX triplet: 8E, 54 and 07. RGB value is (142,84,7). Sum of RGB (Red+Green+Blue) = 142+84+7=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5407 is #71ABF8. Grayscale: #5C5C5C. Windows color (decimal): -7449593 or 480398. OLE color: 480398.

HSL color Cylindrical-coordinate representation of color #8E5407: hue angle of 34.22º 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 #8E5407 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB142847-
CMYK00.410.950.44
HSL34.22º90.6%29.22%-
HSV(B)34.22º95.07%55.69%-
XYZ14.3612.111.78-
YUV92.5679.72163.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.94%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 7 (3.12% from 255) = 3.00%
R=60.94%
G=36.05%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14284700.410.950.4434.2290.629.22
Hex8E5470295F2C225b1d
Octal2161247051137544213335
Binary10001110101010011101010011011111101100100010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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