Shades of Saddle Brown #8B480B
Tints of Saddle Brown #8B480B
RGB
CMYK
RGB Variations
Color information
#8B480B (or 0x8B480B) is known color: Saddle Brown. HEX triplet: 8B, 48 and 0B. RGB value is (139,72,11). Sum of RGB (Red+Green+Blue) = 139+72+11=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B480B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B480B is #74B7F4. Grayscale: #555555. Windows color (decimal): -7649269 or 739467. OLE color: 739467.
HSL color Cylindrical-coordinate representation of color #8B480B: hue angle of 28.59º 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 #8B480B is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 11 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.45 |
| HSL | 28.59º | 0.85% | 0.29% | - |
| HSV(B) | 28.59º | 0.92% | 0.55% | - |
| XYZ | 13.03 | 10.15 | 1.59 | - |
| YUV | 85.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 11 | 0 | 0.48 | 0.92 | 0.45 | 28.59 | 0.85 | 0.29 |
| Hex | 8B | 48 | B | 0 | 30 | 5C | 2D | 1D | 55 | 1D |
| Octal | 213 | 110 | 13 | 0 | 60 | 134 | 55 | 35 | 125 | 35 |
| Binary | 10001011 | 1001000 | 1011 | 0 | 110000 | 1011100 | 101101 | 11101 | 1010101 | 11101 |
Color Harmonies of #8B480B
Complementary color
Monochromatic Colors of #8B480B
Black with #8B480B
Text Example
Text Example
White with #8B480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B480B; }
p { color: rgb(139,72,11); }
H1.HeaderClassName
{
color: #8B480B;
}
.AnyTagClassName
{
color: #8B480B;
}
</style>
background-color css
<style>
a { background-color: #8B480B; }
a { background-color: rgb(139,72,11); }
div.DivClassName
{
background-color: #8B480B;
}
.BgClassName
{
background-color: #8B480B;
}
</style>
border-color css
<style>
span { border-color: #8B480B; }
span { border-color: rgb(139,72,11); }
td.TdClassName
{
border-color: #8B480B;
}
.TagClassName
{
border-color: #8B480B;
}
</style>