#8E3814

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

Shades of Saddle Brown #8E3814

Tints of Saddle Brown #8E3814

Color information

#8E3814 (or 0x8E3814) is unknown color: approx Saddle Brown. HEX triplet: 8E, 38 and 14. RGB value is (142,56,20). Sum of RGB (Red+Green+Blue) = 142+56+20=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3814 is #71C7EB. Grayscale: #4D4D4D. Windows color (decimal): -7456748 or 1325198. OLE color: 1325198.

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

Color convert

RGB1425620-
CMYK00.610.860.44
HSL17.7º75.31%31.76%-
HSV(B)17.7º85.92%55.69%-
XYZ12.78.631.66-
YUV77.6195.49173.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.14%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=65.14%
G=25.69%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142562000.610.860.4417.775.3131.76
Hex8E381403D562C124b20
Octal2167024075126542211340
Binary100011101110001010001111011010110101100100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,20); }

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

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

 a { background-color: rgb(142,56,20); }

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

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

 span { border-color: rgb(142,56,20); }

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