Shades of Saddle Brown #9B4714
Tints of Saddle Brown #9B4714
RGB
CMYK
RGB Variations
Color information
#9B4714 (or 0x9B4714) is known color: Saddle Brown. HEX triplet: 9B, 47 and 14. RGB value is (155,71,20). Sum of RGB (Red+Green+Blue) = 155+71+20=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4714 is #64B8EB. Grayscale: #5A5A5A. Windows color (decimal): -6600940 or 1329051. OLE color: 1329051.
HSL color Cylindrical-coordinate representation of color #9B4714: hue angle of 22.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B4714 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 20 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.39 |
| HSL | 22.67º | 0.77% | 0.34% | - |
| HSV(B) | 22.67º | 0.87% | 0.61% | - |
| XYZ | 15.9 | 11.53 | 2.05 | - |
| YUV | 90.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 20 | 0 | 0.54 | 0.87 | 0.39 | 22.67 | 0.77 | 0.34 |
| Hex | 9B | 47 | 14 | 0 | 36 | 57 | 27 | 17 | 4D | 22 |
| Octal | 233 | 107 | 24 | 0 | 66 | 127 | 47 | 27 | 115 | 42 |
| Binary | 10011011 | 1000111 | 10100 | 0 | 110110 | 1010111 | 100111 | 10111 | 1001101 | 100010 |
Color Harmonies of #9B4714
Complementary color
Monochromatic Colors of #9B4714
Black with #9B4714
Text Example
Text Example
White with #9B4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4714; }
p { color: rgb(155,71,20); }
H1.HeaderClassName
{
color: #9B4714;
}
.AnyTagClassName
{
color: #9B4714;
}
</style>
background-color css
<style>
a { background-color: #9B4714; }
a { background-color: rgb(155,71,20); }
div.DivClassName
{
background-color: #9B4714;
}
.BgClassName
{
background-color: #9B4714;
}
</style>
border-color css
<style>
span { border-color: #9B4714; }
span { border-color: rgb(155,71,20); }
td.TdClassName
{
border-color: #9B4714;
}
.TagClassName
{
border-color: #9B4714;
}
</style>