#9e4402

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

Shades of Saddle Brown #9E4402

Tints of Saddle Brown #9E4402

Color information

#9E4402 (or 0x9E4402) is unknown color: approx Saddle Brown. HEX triplet: 9E, 44 and 02. RGB value is (158,68,2). Sum of RGB (Red+Green+Blue) = 158+68+2=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4402 is #61BBFD. Grayscale: #575757. Windows color (decimal): -6405118 or 148638. OLE color: 148638.

HSL color Cylindrical-coordinate representation of color #9E4402: hue angle of 25.38º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E4402 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB158682-
CMYK00.570.990.38
HSL25.38º97.5%31.37%-
HSV(B)25.38º98.73%61.96%-
XYZ16.1811.411.41-
YUV87.3979.82178.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.30%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=69.30%
G=29.82%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15868200.570.990.3825.3897.531.37
Hex9E442039632619621f
Octal2361042071143463114237
Binary100111101000100100111001110001110011011001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,2); }

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

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

 a { background-color: rgb(158,68,2); }

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

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

 span { border-color: rgb(158,68,2); }

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