Shades of Saddle Brown #8B5008
Tints of Saddle Brown #8B5008
RGB
CMYK
RGB Variations
Color information
#8B5008 (or 0x8B5008) is known color: Saddle Brown. HEX triplet: 8B, 50 and 08. RGB value is (139,80,8). Sum of RGB (Red+Green+Blue) = 139+80+8=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5008 is #74AFF7. Grayscale: #595959. Windows color (decimal): -7647224 or 544907. OLE color: 544907.
HSL color Cylindrical-coordinate representation of color #8B5008: hue angle of 32.98º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B5008 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 8 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.45 |
| HSL | 32.98º | 0.89% | 0.29% | - |
| HSV(B) | 32.98º | 0.94% | 0.55% | - |
| XYZ | 13.56 | 11.24 | 1.69 | - |
| YUV | 89.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 8 | 0 | 0.42 | 0.94 | 0.45 | 32.98 | 0.89 | 0.29 |
| Hex | 8B | 50 | 8 | 0 | 2A | 5E | 2D | 21 | 59 | 1D |
| Octal | 213 | 120 | 10 | 0 | 52 | 136 | 55 | 41 | 131 | 35 |
| Binary | 10001011 | 1010000 | 1000 | 0 | 101010 | 1011110 | 101101 | 100001 | 1011001 | 11101 |
Color Harmonies of #8B5008
Complementary color
Monochromatic Colors of #8B5008
Black with #8B5008
Text Example
Text Example
White with #8B5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5008; }
p { color: rgb(139,80,8); }
H1.HeaderClassName
{
color: #8B5008;
}
.AnyTagClassName
{
color: #8B5008;
}
</style>
background-color css
<style>
a { background-color: #8B5008; }
a { background-color: rgb(139,80,8); }
div.DivClassName
{
background-color: #8B5008;
}
.BgClassName
{
background-color: #8B5008;
}
</style>
border-color css
<style>
span { border-color: #8B5008; }
span { border-color: rgb(139,80,8); }
td.TdClassName
{
border-color: #8B5008;
}
.TagClassName
{
border-color: #8B5008;
}
</style>