Shades of Saddle Brown #9B3702
Tints of Saddle Brown #9B3702
RGB
CMYK
RGB Variations
Color information
#9B3702 (or 0x9B3702) is known color: Saddle Brown. HEX triplet: 9B, 37 and 02. RGB value is (155,55,2). Sum of RGB (Red+Green+Blue) = 155+55+2=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3702 is #64C8FD. Grayscale: #4F4F4F. Windows color (decimal): -6605054 or 145307. OLE color: 145307.
HSL color Cylindrical-coordinate representation of color #9B3702: hue angle of 20.78º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B3702 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.39 |
| HSL | 20.78º | 0.97% | 0.31% | - |
| HSV(B) | 20.78º | 0.99% | 0.61% | - |
| XYZ | 14.89 | 9.71 | 1.15 | - |
| YUV | 78.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 2 | 0 | 0.65 | 0.99 | 0.39 | 20.78 | 0.97 | 0.31 |
| Hex | 9B | 37 | 2 | 0 | 41 | 63 | 27 | 15 | 61 | 1F |
| Octal | 233 | 67 | 2 | 0 | 101 | 143 | 47 | 25 | 141 | 37 |
| Binary | 10011011 | 110111 | 10 | 0 | 1000001 | 1100011 | 100111 | 10101 | 1100001 | 11111 |
Color Harmonies of #9B3702
Complementary color
Monochromatic Colors of #9B3702
Black with #9B3702
Text Example
Text Example
White with #9B3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3702; }
p { color: rgb(155,55,2); }
H1.HeaderClassName
{
color: #9B3702;
}
.AnyTagClassName
{
color: #9B3702;
}
</style>
background-color css
<style>
a { background-color: #9B3702; }
a { background-color: rgb(155,55,2); }
div.DivClassName
{
background-color: #9B3702;
}
.BgClassName
{
background-color: #9B3702;
}
</style>
border-color css
<style>
span { border-color: #9B3702; }
span { border-color: rgb(155,55,2); }
td.TdClassName
{
border-color: #9B3702;
}
.TagClassName
{
border-color: #9B3702;
}
</style>