#8E450F

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

Shades of Saddle Brown #8E450F

Tints of Saddle Brown #8E450F

Color information

#8E450F (or 0x8E450F) is unknown color: approx Saddle Brown. HEX triplet: 8E, 45 and 0F. RGB value is (142,69,15). Sum of RGB (Red+Green+Blue) = 142+69+15=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E450F is #71BAF0. Grayscale: #545454. Windows color (decimal): -7453425 or 1000846. OLE color: 1000846.

HSL color Cylindrical-coordinate representation of color #8E450F: hue angle of 25.51º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E450F is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB1426915-
CMYK00.510.890.44
HSL25.51º80.89%30.78%-
HSV(B)25.51º89.44%55.69%-
XYZ13.3710.041.69-
YUV84.6788.68168.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.83%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 15 (6.25% from 255) = 6.64%
R=62.83%
G=30.53%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142691500.510.890.4425.5180.8930.78
Hex8E45F033592C1a511f
Octal21610517063131543212137
Binary10001110100010111110110011101100110110011010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,69,15); }

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

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

 a { background-color: rgb(142,69,15); }

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

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

 span { border-color: rgb(142,69,15); }

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