Shades of Saddle Brown #9B3607
Tints of Saddle Brown #9B3607
RGB
CMYK
RGB Variations
Color information
#9B3607 (or 0x9B3607) is known color: Saddle Brown. HEX triplet: 9B, 36 and 07. RGB value is (155,54,7). Sum of RGB (Red+Green+Blue) = 155+54+7=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3607 is #64C9F8. Grayscale: #4F4F4F. Windows color (decimal): -6605305 or 472731. OLE color: 472731.
HSL color Cylindrical-coordinate representation of color #9B3607: hue angle of 19.05º 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 #9B3607 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 7 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.39 |
| HSL | 19.05º | 0.91% | 0.32% | - |
| HSV(B) | 19.05º | 0.95% | 0.61% | - |
| XYZ | 14.88 | 9.62 | 1.27 | - |
| YUV | 78.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 7 | 0 | 0.65 | 0.95 | 0.39 | 19.05 | 0.91 | 0.32 |
| Hex | 9B | 36 | 7 | 0 | 41 | 5F | 27 | 13 | 5B | 20 |
| Octal | 233 | 66 | 7 | 0 | 101 | 137 | 47 | 23 | 133 | 40 |
| Binary | 10011011 | 110110 | 111 | 0 | 1000001 | 1011111 | 100111 | 10011 | 1011011 | 100000 |
Color Harmonies of #9B3607
Complementary color
Monochromatic Colors of #9B3607
Black with #9B3607
Text Example
Text Example
White with #9B3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3607; }
p { color: rgb(155,54,7); }
H1.HeaderClassName
{
color: #9B3607;
}
.AnyTagClassName
{
color: #9B3607;
}
</style>
background-color css
<style>
a { background-color: #9B3607; }
a { background-color: rgb(155,54,7); }
div.DivClassName
{
background-color: #9B3607;
}
.BgClassName
{
background-color: #9B3607;
}
</style>
border-color css
<style>
span { border-color: #9B3607; }
span { border-color: rgb(155,54,7); }
td.TdClassName
{
border-color: #9B3607;
}
.TagClassName
{
border-color: #9B3607;
}
</style>