#9B3906

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

Shades of Saddle Brown #9B3906

Tints of Saddle Brown #9B3906

Color information

#9B3906 (or 0x9B3906) is unknown color: approx Saddle Brown. HEX triplet: 9B, 39 and 06. RGB value is (155,57,6). Sum of RGB (Red+Green+Blue) = 155+57+6=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3906 is #64C6F9. Grayscale: #505050. Windows color (decimal): -6604538 or 407963. OLE color: 407963.

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

Color convert

RGB155576-
CMYK00.630.960.39
HSL20.54º92.55%31.57%-
HSV(B)20.54º96.13%60.78%-
XYZ15.019.911.29-
YUV80.4985.97181.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.10%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=71.10%
G=26.15%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15557600.630.960.3920.5492.5531.57
Hex9B39603F6027155d20
Octal233716077140472513540
Binary1001101111100111001111111100000100111101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,6); }

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

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

 a { background-color: rgb(155,57,6); }

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

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

 span { border-color: rgb(155,57,6); }

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