Shades of Saddle Brown #9B4D0E
Tints of Saddle Brown #9B4D0E
RGB
CMYK
RGB Variations
Color information
#9B4D0E (or 0x9B4D0E) is known color: Saddle Brown. HEX triplet: 9B, 4D and 0E. RGB value is (155,77,14). Sum of RGB (Red+Green+Blue) = 155+77+14=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B4D0E is #64B2F1. Grayscale: #5D5D5D. Windows color (decimal): -6599410 or 937371. OLE color: 937371.
HSL color Cylindrical-coordinate representation of color #9B4D0E: hue angle of 26.81º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B4D0E is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 14 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.39 |
| HSL | 26.81º | 0.83% | 0.33% | - |
| HSV(B) | 26.81º | 0.91% | 0.61% | - |
| XYZ | 16.25 | 12.31 | 1.93 | - |
| YUV | 93.14 | 83.34 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 14 | 0 | 0.50 | 0.91 | 0.39 | 26.81 | 0.83 | 0.33 |
| Hex | 9B | 4D | E | 0 | 32 | 5B | 27 | 1B | 53 | 21 |
| Octal | 233 | 115 | 16 | 0 | 62 | 133 | 47 | 33 | 123 | 41 |
| Binary | 10011011 | 1001101 | 1110 | 0 | 110010 | 1011011 | 100111 | 11011 | 1010011 | 100001 |
Color Harmonies of #9B4D0E
Complementary color
Monochromatic Colors of #9B4D0E
Black with #9B4D0E
Text Example
Text Example
White with #9B4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D0E; }
p { color: rgb(155,77,14); }
H1.HeaderClassName
{
color: #9B4D0E;
}
.AnyTagClassName
{
color: #9B4D0E;
}
</style>
background-color css
<style>
a { background-color: #9B4D0E; }
a { background-color: rgb(155,77,14); }
div.DivClassName
{
background-color: #9B4D0E;
}
.BgClassName
{
background-color: #9B4D0E;
}
</style>
border-color css
<style>
span { border-color: #9B4D0E; }
span { border-color: rgb(155,77,14); }
td.TdClassName
{
border-color: #9B4D0E;
}
.TagClassName
{
border-color: #9B4D0E;
}
</style>