#8E3F19

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

Shades of Saddle Brown #8E3F19

Tints of Saddle Brown #8E3F19

Color information

#8E3F19 (or 0x8E3F19) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3F and 19. RGB value is (142,63,25). Sum of RGB (Red+Green+Blue) = 142+63+25=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3F19 is #71C0E6. Grayscale: #525252. Windows color (decimal): -7454951 or 1654670. OLE color: 1654670.

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

Color convert

RGB1426325-
CMYK00.560.820.44
HSL19.49º70.06%32.75%-
HSV(B)19.49º82.39%55.69%-
XYZ13.119.382.04-
YUV82.2995.67170.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.74%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 25 (10.16% from 255) = 10.87%
R=61.74%
G=27.39%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142632500.560.820.4419.4970.0632.75
Hex8E3F19038522C134621
Octal2167731070122542310641
Binary100011101111111100101110001010010101100100111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,63,25); }

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

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

 a { background-color: rgb(142,63,25); }

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

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

 span { border-color: rgb(142,63,25); }

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