#9E420B

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

Shades of Saddle Brown #9E420B

Tints of Saddle Brown #9E420B

Color information

#9E420B (or 0x9E420B) is unknown color: approx Saddle Brown. HEX triplet: 9E, 42 and 0B. RGB value is (158,66,11). Sum of RGB (Red+Green+Blue) = 158+66+11=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E420B is #61BDF4. Grayscale: #575757. Windows color (decimal): -6405621 or 737950. OLE color: 737950.

HSL color Cylindrical-coordinate representation of color #9E420B: hue angle of 22.45º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E420B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1586611-
CMYK00.580.930.38
HSL22.45º86.98%33.14%-
HSV(B)22.45º93.04%61.96%-
XYZ16.1111.191.63-
YUV87.2484.98178.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.23%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=67.23%
G=28.09%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158661100.580.930.3822.4586.9833.14
Hex9E42B03A5D26165721
Octal23610213072135462612741
Binary100111101000010101101110101011101100110101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,11); }

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

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

 a { background-color: rgb(158,66,11); }

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

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

 span { border-color: rgb(158,66,11); }

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