Shades of Saddle Brown #8B4504
Tints of Saddle Brown #8B4504
RGB
CMYK
RGB Variations
Color information
#8B4504 (or 0x8B4504) is known color: Saddle Brown. HEX triplet: 8B, 45 and 04. RGB value is (139,69,4). Sum of RGB (Red+Green+Blue) = 139+69+4=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4504 is #74BAFB. Grayscale: #525252. Windows color (decimal): -7650044 or 279947. OLE color: 279947.
HSL color Cylindrical-coordinate representation of color #8B4504: hue angle of 28.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B4504 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 4 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.45 |
| HSL | 28.89º | 0.94% | 0.28% | - |
| HSV(B) | 28.89º | 0.97% | 0.55% | - |
| XYZ | 12.8 | 9.75 | 1.32 | - |
| YUV | 82.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 4 | 0 | 0.50 | 0.97 | 0.45 | 28.89 | 0.94 | 0.28 |
| Hex | 8B | 45 | 4 | 0 | 32 | 61 | 2D | 1D | 5E | 1C |
| Octal | 213 | 105 | 4 | 0 | 62 | 141 | 55 | 35 | 136 | 34 |
| Binary | 10001011 | 1000101 | 100 | 0 | 110010 | 1100001 | 101101 | 11101 | 1011110 | 11100 |
Color Harmonies of #8B4504
Complementary color
Monochromatic Colors of #8B4504
Black with #8B4504
Text Example
Text Example
White with #8B4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4504; }
p { color: rgb(139,69,4); }
H1.HeaderClassName
{
color: #8B4504;
}
.AnyTagClassName
{
color: #8B4504;
}
</style>
background-color css
<style>
a { background-color: #8B4504; }
a { background-color: rgb(139,69,4); }
div.DivClassName
{
background-color: #8B4504;
}
.BgClassName
{
background-color: #8B4504;
}
</style>
border-color css
<style>
span { border-color: #8B4504; }
span { border-color: rgb(139,69,4); }
td.TdClassName
{
border-color: #8B4504;
}
.TagClassName
{
border-color: #8B4504;
}
</style>