Shades of Saddle Brown #8B490B
Tints of Saddle Brown #8B490B
RGB
CMYK
RGB Variations
Color information
#8B490B (or 0x8B490B) is known color: Saddle Brown. HEX triplet: 8B, 49 and 0B. RGB value is (139,73,11). Sum of RGB (Red+Green+Blue) = 139+73+11=223 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.33% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 139 - color contains mainly: red. Hex color #8B490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B490B is #74B6F4. Grayscale: #555555. Windows color (decimal): -7649013 or 739723. OLE color: 739723.
HSL color Cylindrical-coordinate representation of color #8B490B: hue angle of 29.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B490B is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 73 | 11 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.45 |
| HSL | 29.06º | 0.85% | 0.29% | - |
| HSV(B) | 29.06º | 0.92% | 0.55% | - |
| XYZ | 13.09 | 10.28 | 1.61 | - |
| YUV | 85.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 11 | 0 | 0.47 | 0.92 | 0.45 | 29.06 | 0.85 | 0.29 |
| Hex | 8B | 49 | B | 0 | 2F | 5C | 2D | 1D | 55 | 1D |
| Octal | 213 | 111 | 13 | 0 | 57 | 134 | 55 | 35 | 125 | 35 |
| Binary | 10001011 | 1001001 | 1011 | 0 | 101111 | 1011100 | 101101 | 11101 | 1010101 | 11101 |
Color Harmonies of #8B490B
Complementary color
Monochromatic Colors of #8B490B
Black with #8B490B
Text Example
Text Example
White with #8B490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B490B; }
p { color: rgb(139,73,11); }
H1.HeaderClassName
{
color: #8B490B;
}
.AnyTagClassName
{
color: #8B490B;
}
</style>
background-color css
<style>
a { background-color: #8B490B; }
a { background-color: rgb(139,73,11); }
div.DivClassName
{
background-color: #8B490B;
}
.BgClassName
{
background-color: #8B490B;
}
</style>
border-color css
<style>
span { border-color: #8B490B; }
span { border-color: rgb(139,73,11); }
td.TdClassName
{
border-color: #8B490B;
}
.TagClassName
{
border-color: #8B490B;
}
</style>