#9E5101

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

Shades of Saddle Brown #9E5101

Tints of Saddle Brown #9E5101

Color information

#9E5101 (or 0x9E5101) is unknown color: approx Saddle Brown. HEX triplet: 9E, 51 and 01. RGB value is (158,81,1). Sum of RGB (Red+Green+Blue) = 158+81+1=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5101 is #61AEFE. Grayscale: #5F5F5F. Windows color (decimal): -6401791 or 86430. OLE color: 86430.

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

Color convert

RGB158811-
CMYK00.490.990.38
HSL30.57º98.74%31.18%-
HSV(B)30.57º99.37%61.96%-
XYZ17.0513.161.67-
YUV94.975.01173-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.83%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=65.83%
G=33.75%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15881100.490.990.3830.5798.7431.18
Hex9E51103163261f631f
Octal2361211061143463714337
Binary10011110101000110110001110001110011011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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