Shades of Saddle Brown #9B3307
Tints of Saddle Brown #9B3307
RGB
CMYK
RGB Variations
Color information
#9B3307 (or 0x9B3307) is known color: Saddle Brown. HEX triplet: 9B, 33 and 07. RGB value is (155,51,7). Sum of RGB (Red+Green+Blue) = 155+51+7=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3307 is #64CCF8. Grayscale: #4D4D4D. Windows color (decimal): -6606073 or 471963. OLE color: 471963.
HSL color Cylindrical-coordinate representation of color #9B3307: hue angle of 17.84º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B3307 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 7 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.39 |
| HSL | 17.84º | 0.91% | 0.32% | - |
| HSV(B) | 17.84º | 0.95% | 0.61% | - |
| XYZ | 14.74 | 9.35 | 1.23 | - |
| YUV | 77.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 7 | 0 | 0.67 | 0.95 | 0.39 | 17.84 | 0.91 | 0.32 |
| Hex | 9B | 33 | 7 | 0 | 43 | 5F | 27 | 12 | 5B | 20 |
| Octal | 233 | 63 | 7 | 0 | 103 | 137 | 47 | 22 | 133 | 40 |
| Binary | 10011011 | 110011 | 111 | 0 | 1000011 | 1011111 | 100111 | 10010 | 1011011 | 100000 |
Color Harmonies of #9B3307
Complementary color
Monochromatic Colors of #9B3307
Black with #9B3307
Text Example
Text Example
White with #9B3307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3307; }
p { color: rgb(155,51,7); }
H1.HeaderClassName
{
color: #9B3307;
}
.AnyTagClassName
{
color: #9B3307;
}
</style>
background-color css
<style>
a { background-color: #9B3307; }
a { background-color: rgb(155,51,7); }
div.DivClassName
{
background-color: #9B3307;
}
.BgClassName
{
background-color: #9B3307;
}
</style>
border-color css
<style>
span { border-color: #9B3307; }
span { border-color: rgb(155,51,7); }
td.TdClassName
{
border-color: #9B3307;
}
.TagClassName
{
border-color: #9B3307;
}
</style>