Shades of Saddle Brown #9B490B
Tints of Saddle Brown #9B490B
RGB
CMYK
RGB Variations
Color information
#9B490B (or 0x9B490B) is known color: Saddle Brown. HEX triplet: 9B, 49 and 0B. RGB value is (155,73,11). Sum of RGB (Red+Green+Blue) = 155+73+11=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B490B is #64B6F4. Grayscale: #5A5A5A. Windows color (decimal): -6600437 or 739739. OLE color: 739739.
HSL color Cylindrical-coordinate representation of color #9B490B: hue angle of 25.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B490B is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 11 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.39 |
| HSL | 25.83º | 0.87% | 0.33% | - |
| HSV(B) | 25.83º | 0.93% | 0.61% | - |
| XYZ | 15.96 | 11.76 | 1.74 | - |
| YUV | 90.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 11 | 0 | 0.53 | 0.93 | 0.39 | 25.83 | 0.87 | 0.33 |
| Hex | 9B | 49 | B | 0 | 35 | 5D | 27 | 1A | 57 | 21 |
| Octal | 233 | 111 | 13 | 0 | 65 | 135 | 47 | 32 | 127 | 41 |
| Binary | 10011011 | 1001001 | 1011 | 0 | 110101 | 1011101 | 100111 | 11010 | 1010111 | 100001 |
Color Harmonies of #9B490B
Complementary color
Monochromatic Colors of #9B490B
Black with #9B490B
Text Example
Text Example
White with #9B490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B490B; }
p { color: rgb(155,73,11); }
H1.HeaderClassName
{
color: #9B490B;
}
.AnyTagClassName
{
color: #9B490B;
}
</style>
background-color css
<style>
a { background-color: #9B490B; }
a { background-color: rgb(155,73,11); }
div.DivClassName
{
background-color: #9B490B;
}
.BgClassName
{
background-color: #9B490B;
}
</style>
border-color css
<style>
span { border-color: #9B490B; }
span { border-color: rgb(155,73,11); }
td.TdClassName
{
border-color: #9B490B;
}
.TagClassName
{
border-color: #9B490B;
}
</style>