#9E3D06

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

Shades of Saddle Brown #9E3D06

Tints of Saddle Brown #9E3D06

Color information

#9E3D06 (or 0x9E3D06) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3D and 06. RGB value is (158,61,6). Sum of RGB (Red+Green+Blue) = 158+61+6=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3D06 is #61C2F9. Grayscale: #545454. Windows color (decimal): -6406906 or 408990. OLE color: 408990.

HSL color Cylindrical-coordinate representation of color #9E3D06: hue angle of 21.71º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E3D06 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB158616-
CMYK00.610.960.38
HSL21.71º92.68%32.16%-
HSV(B)21.71º96.2%61.96%-
XYZ15.810.621.39-
YUV83.7384.14180.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.22%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 6 (2.73% from 255) = 2.67%
R=70.22%
G=27.11%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15861600.610.960.3821.7192.6832.16
Hex9E3D603D6026165d20
Octal236756075140462613540
Binary1001111011110111001111011100000100110101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,61,6); }

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

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

 a { background-color: rgb(158,61,6); }

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

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

 span { border-color: rgb(158,61,6); }

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