Shades of Saddle Brown #9B3F15
Tints of Saddle Brown #9B3F15
RGB
CMYK
RGB Variations
Color information
#9B3F15 (or 0x9B3F15) is known color: Saddle Brown. HEX triplet: 9B, 3F and 15. RGB value is (155,63,21). Sum of RGB (Red+Green+Blue) = 155+63+21=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3F15 is #64C0EA. Grayscale: #555555. Windows color (decimal): -6602987 or 1392539. OLE color: 1392539.
HSL color Cylindrical-coordinate representation of color #9B3F15: hue angle of 18.81º degrees, saturation: 0.76, 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 #9B3F15 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 63 | 21 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.39 |
| HSL | 18.81º | 0.76% | 0.35% | - |
| HSV(B) | 18.81º | 0.86% | 0.61% | - |
| XYZ | 15.43 | 10.58 | 1.94 | - |
| YUV | 85.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 21 | 0 | 0.59 | 0.86 | 0.39 | 18.81 | 0.76 | 0.35 |
| Hex | 9B | 3F | 15 | 0 | 3B | 56 | 27 | 13 | 4C | 23 |
| Octal | 233 | 77 | 25 | 0 | 73 | 126 | 47 | 23 | 114 | 43 |
| Binary | 10011011 | 111111 | 10101 | 0 | 111011 | 1010110 | 100111 | 10011 | 1001100 | 100011 |
Color Harmonies of #9B3F15
Complementary color
Monochromatic Colors of #9B3F15
Black with #9B3F15
Text Example
Text Example
White with #9B3F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3F15; }
p { color: rgb(155,63,21); }
H1.HeaderClassName
{
color: #9B3F15;
}
.AnyTagClassName
{
color: #9B3F15;
}
</style>
background-color css
<style>
a { background-color: #9B3F15; }
a { background-color: rgb(155,63,21); }
div.DivClassName
{
background-color: #9B3F15;
}
.BgClassName
{
background-color: #9B3F15;
}
</style>
border-color css
<style>
span { border-color: #9B3F15; }
span { border-color: rgb(155,63,21); }
td.TdClassName
{
border-color: #9B3F15;
}
.TagClassName
{
border-color: #9B3F15;
}
</style>