#8E3D13

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

Shades of Saddle Brown #8E3D13

Tints of Saddle Brown #8E3D13

Color information

#8E3D13 (or 0x8E3D13) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3D and 13. RGB value is (142,61,19). Sum of RGB (Red+Green+Blue) = 142+61+19=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3D13 is #71C2EC. Grayscale: #505050. Windows color (decimal): -7455469 or 1260942. OLE color: 1260942.

HSL color Cylindrical-coordinate representation of color #8E3D13: hue angle of 20.49º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E3D13 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1426119-
CMYK00.570.870.44
HSL20.49º76.4%31.57%-
HSV(B)20.49º86.62%55.69%-
XYZ12.949.141.7-
YUV80.4393.34171.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.96%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=63.96%
G=27.48%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142611900.570.870.4420.4976.431.57
Hex8E3D13039572C144c20
Octal2167523071127542411440
Binary100011101111011001101110011010111101100101001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,61,19); }

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

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

 a { background-color: rgb(142,61,19); }

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

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

 span { border-color: rgb(142,61,19); }

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