Shades of Saddle Brown #8B4A16
Tints of Saddle Brown #8B4A16
RGB
CMYK
RGB Variations
Color information
#8B4A16 (or 0x8B4A16) is known color: Saddle Brown. HEX triplet: 8B, 4A and 16. RGB value is (139,74,22). Sum of RGB (Red+Green+Blue) = 139+74+22=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4A16 is #74B5E9. Grayscale: #575757. Windows color (decimal): -7648746 or 1460875. OLE color: 1460875.
HSL color Cylindrical-coordinate representation of color #8B4A16: hue angle of 26.67º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B4A16 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 22 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.45 |
| HSL | 26.67º | 0.73% | 0.32% | - |
| HSV(B) | 26.67º | 0.84% | 0.55% | - |
| XYZ | 13.24 | 10.44 | 2.08 | - |
| YUV | 87.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 22 | 0 | 0.47 | 0.84 | 0.45 | 26.67 | 0.73 | 0.32 |
| Hex | 8B | 4A | 16 | 0 | 2F | 54 | 2D | 1B | 49 | 20 |
| Octal | 213 | 112 | 26 | 0 | 57 | 124 | 55 | 33 | 111 | 40 |
| Binary | 10001011 | 1001010 | 10110 | 0 | 101111 | 1010100 | 101101 | 11011 | 1001001 | 100000 |
Color Harmonies of #8B4A16
Complementary color
Monochromatic Colors of #8B4A16
Black with #8B4A16
Text Example
Text Example
White with #8B4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A16; }
p { color: rgb(139,74,22); }
H1.HeaderClassName
{
color: #8B4A16;
}
.AnyTagClassName
{
color: #8B4A16;
}
</style>
background-color css
<style>
a { background-color: #8B4A16; }
a { background-color: rgb(139,74,22); }
div.DivClassName
{
background-color: #8B4A16;
}
.BgClassName
{
background-color: #8B4A16;
}
</style>
border-color css
<style>
span { border-color: #8B4A16; }
span { border-color: rgb(139,74,22); }
td.TdClassName
{
border-color: #8B4A16;
}
.TagClassName
{
border-color: #8B4A16;
}
</style>