#9E4D01

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

Shades of Saddle Brown #9E4D01

Tints of Saddle Brown #9E4D01

Color information

#9E4D01 (or 0x9E4D01) is unknown color: approx Saddle Brown. HEX triplet: 9E, 4D and 01. RGB value is (158,77,1). Sum of RGB (Red+Green+Blue) = 158+77+1=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E4D01 is #61B2FE. Grayscale: #5C5C5C. Windows color (decimal): -6402815 or 85406. OLE color: 85406.

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

Color convert

RGB158771-
CMYK00.510.990.38
HSL29.04º98.74%31.18%-
HSV(B)29.04º99.37%61.96%-
XYZ16.7612.581.57-
YUV92.5676.34174.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.95%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=66.95%
G=32.63%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15877100.510.990.3829.0498.7431.18
Hex9E4D103363261d631f
Octal2361151063143463514337
Binary10011110100110110110011110001110011011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,77,1); }

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

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

 a { background-color: rgb(158,77,1); }

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

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

 span { border-color: rgb(158,77,1); }

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