Shades of Saddle Brown #8B4005
Tints of Saddle Brown #8B4005
RGB
CMYK
RGB Variations
Color information
#8B4005 (or 0x8B4005) is known color: Saddle Brown. HEX triplet: 8B, 40 and 05. RGB value is (139,64,5). Sum of RGB (Red+Green+Blue) = 139+64+5=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4005 is #74BFFA. Grayscale: #505050. Windows color (decimal): -7651323 or 344203. OLE color: 344203.
HSL color Cylindrical-coordinate representation of color #8B4005: hue angle of 26.42º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B4005 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 5 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.45 |
| HSL | 26.42º | 0.93% | 0.28% | - |
| HSV(B) | 26.42º | 0.96% | 0.55% | - |
| XYZ | 12.51 | 9.17 | 1.25 | - |
| YUV | 79.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 5 | 0 | 0.54 | 0.96 | 0.45 | 26.42 | 0.93 | 0.28 |
| Hex | 8B | 40 | 5 | 0 | 36 | 60 | 2D | 1A | 5D | 1C |
| Octal | 213 | 100 | 5 | 0 | 66 | 140 | 55 | 32 | 135 | 34 |
| Binary | 10001011 | 1000000 | 101 | 0 | 110110 | 1100000 | 101101 | 11010 | 1011101 | 11100 |
Color Harmonies of #8B4005
Complementary color
Monochromatic Colors of #8B4005
Black with #8B4005
Text Example
Text Example
White with #8B4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4005; }
p { color: rgb(139,64,5); }
H1.HeaderClassName
{
color: #8B4005;
}
.AnyTagClassName
{
color: #8B4005;
}
</style>
background-color css
<style>
a { background-color: #8B4005; }
a { background-color: rgb(139,64,5); }
div.DivClassName
{
background-color: #8B4005;
}
.BgClassName
{
background-color: #8B4005;
}
</style>
border-color css
<style>
span { border-color: #8B4005; }
span { border-color: rgb(139,64,5); }
td.TdClassName
{
border-color: #8B4005;
}
.TagClassName
{
border-color: #8B4005;
}
</style>