#9E430B

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

Shades of Saddle Brown #9E430B

Tints of Saddle Brown #9E430B

Color information

#9E430B (or 0x9E430B) is unknown color: approx Saddle Brown. HEX triplet: 9E, 43 and 0B. RGB value is (158,67,11). Sum of RGB (Red+Green+Blue) = 158+67+11=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E430B is #61BCF4. Grayscale: #585858. Windows color (decimal): -6405365 or 738206. OLE color: 738206.

HSL color Cylindrical-coordinate representation of color #9E430B: hue angle of 22.86º 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 #9E430B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1586711-
CMYK00.580.930.38
HSL22.86º86.98%33.14%-
HSV(B)22.86º93.04%61.96%-
XYZ16.1711.311.65-
YUV87.8284.65178.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.95%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 11 (4.69% from 255) = 4.66%
R=66.95%
G=28.39%
B=4.66%

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
Decimal158671100.580.930.3822.8686.9833.14
Hex9E43B03A5D26175721
Octal23610313072135462712741
Binary100111101000011101101110101011101100110101111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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