#9E4502

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

Shades of Saddle Brown #9E4502

Tints of Saddle Brown #9E4502

Color information

#9E4502 (or 0x9E4502) is unknown color: approx Saddle Brown. HEX triplet: 9E, 45 and 02. RGB value is (158,69,2). Sum of RGB (Red+Green+Blue) = 158+69+2=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4502 is #61BAFD. Grayscale: #585858. Windows color (decimal): -6404862 or 148894. OLE color: 148894.

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

Color convert

RGB158692-
CMYK00.560.990.38
HSL25.77º97.5%31.37%-
HSV(B)25.77º98.73%61.96%-
XYZ16.2411.531.43-
YUV87.9779.49177.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.00%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=69.00%
G=30.13%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15869200.560.990.3825.7797.531.37
Hex9E45203863261a621f
Octal2361052070143463214237
Binary100111101000101100111000110001110011011010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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