#9E450F

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

Shades of Saddle Brown #9E450F

Tints of Saddle Brown #9E450F

Color information

#9E450F (or 0x9E450F) is unknown color: approx Saddle Brown. HEX triplet: 9E, 45 and 0F. RGB value is (158,69,15). Sum of RGB (Red+Green+Blue) = 158+69+15=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E450F is #61BAF0. Grayscale: #595959. Windows color (decimal): -6404849 or 1000862. OLE color: 1000862.

HSL color Cylindrical-coordinate representation of color #9E450F: hue angle of 22.66º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E450F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1586915-
CMYK00.560.910.38
HSL22.66º82.66%33.92%-
HSV(B)22.66º90.51%61.96%-
XYZ16.3111.561.82-
YUV89.4685.99176.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.29%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=65.29%
G=28.51%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158691500.560.910.3822.6682.6633.92
Hex9E45F0385B26175322
Octal23610517070133462712342
Binary100111101000101111101110001011011100110101111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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