Shades of Saddle Brown #8B4505
Tints of Saddle Brown #8B4505
RGB
CMYK
RGB Variations
Color information
#8B4505 (or 0x8B4505) is known color: Saddle Brown. HEX triplet: 8B, 45 and 05. RGB value is (139,69,5). Sum of RGB (Red+Green+Blue) = 139+69+5=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4505 is #74BAFA. Grayscale: #525252. Windows color (decimal): -7650043 or 345483. OLE color: 345483.
HSL color Cylindrical-coordinate representation of color #8B4505: hue angle of 28.66º 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 #8B4505 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 5 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.45 |
| HSL | 28.66º | 0.93% | 0.28% | - |
| HSV(B) | 28.66º | 0.96% | 0.55% | - |
| XYZ | 12.8 | 9.76 | 1.35 | - |
| YUV | 82.63 | 84.19 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 5 | 0 | 0.50 | 0.96 | 0.45 | 28.66 | 0.93 | 0.28 |
| Hex | 8B | 45 | 5 | 0 | 32 | 60 | 2D | 1D | 5D | 1C |
| Octal | 213 | 105 | 5 | 0 | 62 | 140 | 55 | 35 | 135 | 34 |
| Binary | 10001011 | 1000101 | 101 | 0 | 110010 | 1100000 | 101101 | 11101 | 1011101 | 11100 |
Color Harmonies of #8B4505
Complementary color
Monochromatic Colors of #8B4505
Black with #8B4505
Text Example
Text Example
White with #8B4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4505; }
p { color: rgb(139,69,5); }
H1.HeaderClassName
{
color: #8B4505;
}
.AnyTagClassName
{
color: #8B4505;
}
</style>
background-color css
<style>
a { background-color: #8B4505; }
a { background-color: rgb(139,69,5); }
div.DivClassName
{
background-color: #8B4505;
}
.BgClassName
{
background-color: #8B4505;
}
</style>
border-color css
<style>
span { border-color: #8B4505; }
span { border-color: rgb(139,69,5); }
td.TdClassName
{
border-color: #8B4505;
}
.TagClassName
{
border-color: #8B4505;
}
</style>