Shades of Saddle Brown #8B4210
Tints of Saddle Brown #8B4210
RGB
CMYK
RGB Variations
Color information
#8B4210 (or 0x8B4210) is known color: Saddle Brown. HEX triplet: 8B, 42 and 10. RGB value is (139,66,16). Sum of RGB (Red+Green+Blue) = 139+66+16=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4210 is #74BDEF. Grayscale: #525252. Windows color (decimal): -7650800 or 1065611. OLE color: 1065611.
HSL color Cylindrical-coordinate representation of color #8B4210: hue angle of 24.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B4210 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 16 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.45 |
| HSL | 24.39º | 0.79% | 0.3% | - |
| HSV(B) | 24.39º | 0.88% | 0.55% | - |
| XYZ | 12.69 | 9.42 | 1.64 | - |
| YUV | 82.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 16 | 0 | 0.53 | 0.88 | 0.45 | 24.39 | 0.79 | 0.3 |
| Hex | 8B | 42 | 10 | 0 | 35 | 58 | 2D | 18 | 4F | 1E |
| Octal | 213 | 102 | 20 | 0 | 65 | 130 | 55 | 30 | 117 | 36 |
| Binary | 10001011 | 1000010 | 10000 | 0 | 110101 | 1011000 | 101101 | 11000 | 1001111 | 11110 |
Color Harmonies of #8B4210
Complementary color
Monochromatic Colors of #8B4210
Black with #8B4210
Text Example
Text Example
White with #8B4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4210; }
p { color: rgb(139,66,16); }
H1.HeaderClassName
{
color: #8B4210;
}
.AnyTagClassName
{
color: #8B4210;
}
</style>
background-color css
<style>
a { background-color: #8B4210; }
a { background-color: rgb(139,66,16); }
div.DivClassName
{
background-color: #8B4210;
}
.BgClassName
{
background-color: #8B4210;
}
</style>
border-color css
<style>
span { border-color: #8B4210; }
span { border-color: rgb(139,66,16); }
td.TdClassName
{
border-color: #8B4210;
}
.TagClassName
{
border-color: #8B4210;
}
</style>