Shades of Saddle Brown #9B4718
Tints of Saddle Brown #9B4718
RGB
CMYK
RGB Variations
Color information
#9B4718 (or 0x9B4718) is known color: Saddle Brown. HEX triplet: 9B, 47 and 18. RGB value is (155,71,24). Sum of RGB (Red+Green+Blue) = 155+71+24=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4718 is #64B8E7. Grayscale: #5B5B5B. Windows color (decimal): -6600936 or 1591195. OLE color: 1591195.
HSL color Cylindrical-coordinate representation of color #9B4718: hue angle of 21.53º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B4718 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 24 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.39 |
| HSL | 21.53º | 0.73% | 0.35% | - |
| HSV(B) | 21.53º | 0.85% | 0.61% | - |
| XYZ | 15.94 | 11.54 | 2.25 | - |
| YUV | 90.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 24 | 0 | 0.54 | 0.85 | 0.39 | 21.53 | 0.73 | 0.35 |
| Hex | 9B | 47 | 18 | 0 | 36 | 55 | 27 | 16 | 49 | 23 |
| Octal | 233 | 107 | 30 | 0 | 66 | 125 | 47 | 26 | 111 | 43 |
| Binary | 10011011 | 1000111 | 11000 | 0 | 110110 | 1010101 | 100111 | 10110 | 1001001 | 100011 |
Color Harmonies of #9B4718
Complementary color
Monochromatic Colors of #9B4718
Black with #9B4718
Text Example
Text Example
White with #9B4718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4718; }
p { color: rgb(155,71,24); }
H1.HeaderClassName
{
color: #9B4718;
}
.AnyTagClassName
{
color: #9B4718;
}
</style>
background-color css
<style>
a { background-color: #9B4718; }
a { background-color: rgb(155,71,24); }
div.DivClassName
{
background-color: #9B4718;
}
.BgClassName
{
background-color: #9B4718;
}
</style>
border-color css
<style>
span { border-color: #9B4718; }
span { border-color: rgb(155,71,24); }
td.TdClassName
{
border-color: #9B4718;
}
.TagClassName
{
border-color: #9B4718;
}
</style>