#9D3D06

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

Shades of Saddle Brown #9D3D06

Tints of Saddle Brown #9D3D06

Color information

#9D3D06 (or 0x9D3D06) is unknown color: approx Saddle Brown. HEX triplet: 9D, 3D and 06. RGB value is (157,61,6). Sum of RGB (Red+Green+Blue) = 157+61+6=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3D06 is #62C2F9. Grayscale: #535353. Windows color (decimal): -6472442 or 408989. OLE color: 408989.

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

Color convert

RGB157616-
CMYK00.610.960.38
HSL21.85º92.64%31.96%-
HSV(B)21.85º96.18%61.57%-
XYZ15.6110.521.38-
YUV83.4384.3180.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 70.09%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=70.09%
G=27.23%
B=2.68%

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
Decimal15761600.610.960.3821.8592.6431.96
Hex9D3D603D6026165d20
Octal235756075140462613540
Binary1001110111110111001111011100000100110101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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