Shades of Saddle Brown #9B3F16
Tints of Saddle Brown #9B3F16
RGB
CMYK
RGB Variations
Color information
#9B3F16 (or 0x9B3F16) is known color: Saddle Brown. HEX triplet: 9B, 3F and 16. RGB value is (155,63,22). Sum of RGB (Red+Green+Blue) = 155+63+22=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3F16 is #64C0E9. Grayscale: #565656. Windows color (decimal): -6602986 or 1458075. OLE color: 1458075.
HSL color Cylindrical-coordinate representation of color #9B3F16: hue angle of 18.5º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B3F16 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 63 | 22 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.39 |
| HSL | 18.5º | 0.75% | 0.35% | - |
| HSV(B) | 18.5º | 0.86% | 0.61% | - |
| XYZ | 15.44 | 10.58 | 1.99 | - |
| YUV | 85.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 22 | 0 | 0.59 | 0.86 | 0.39 | 18.5 | 0.75 | 0.35 |
| Hex | 9B | 3F | 16 | 0 | 3B | 56 | 27 | 12 | 4B | 23 |
| Octal | 233 | 77 | 26 | 0 | 73 | 126 | 47 | 22 | 113 | 43 |
| Binary | 10011011 | 111111 | 10110 | 0 | 111011 | 1010110 | 100111 | 10010 | 1001011 | 100011 |
Color Harmonies of #9B3F16
Complementary color
Monochromatic Colors of #9B3F16
Black with #9B3F16
Text Example
Text Example
White with #9B3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3F16; }
p { color: rgb(155,63,22); }
H1.HeaderClassName
{
color: #9B3F16;
}
.AnyTagClassName
{
color: #9B3F16;
}
</style>
background-color css
<style>
a { background-color: #9B3F16; }
a { background-color: rgb(155,63,22); }
div.DivClassName
{
background-color: #9B3F16;
}
.BgClassName
{
background-color: #9B3F16;
}
</style>
border-color css
<style>
span { border-color: #9B3F16; }
span { border-color: rgb(155,63,22); }
td.TdClassName
{
border-color: #9B3F16;
}
.TagClassName
{
border-color: #9B3F16;
}
</style>