Shades of Saddle Brown #8B4F16
Tints of Saddle Brown #8B4F16
RGB
CMYK
RGB Variations
Color information
#8B4F16 (or 0x8B4F16) is known color: Saddle Brown. HEX triplet: 8B, 4F and 16. RGB value is (139,79,22). Sum of RGB (Red+Green+Blue) = 139+79+22=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B4F16 is #74B0E9. Grayscale: #5A5A5A. Windows color (decimal): -7647466 or 1462155. OLE color: 1462155.
HSL color Cylindrical-coordinate representation of color #8B4F16: hue angle of 29.23º 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 #8B4F16 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 79 | 22 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.45 |
| HSL | 29.23º | 0.73% | 0.32% | - |
| HSV(B) | 29.23º | 0.84% | 0.55% | - |
| XYZ | 13.59 | 11.14 | 2.19 | - |
| YUV | 90.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 79 | 22 | 0 | 0.43 | 0.84 | 0.45 | 29.23 | 0.73 | 0.32 |
| Hex | 8B | 4F | 16 | 0 | 2B | 54 | 2D | 1D | 49 | 20 |
| Octal | 213 | 117 | 26 | 0 | 53 | 124 | 55 | 35 | 111 | 40 |
| Binary | 10001011 | 1001111 | 10110 | 0 | 101011 | 1010100 | 101101 | 11101 | 1001001 | 100000 |
Color Harmonies of #8B4F16
Complementary color
Monochromatic Colors of #8B4F16
Black with #8B4F16
Text Example
Text Example
White with #8B4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4F16; }
p { color: rgb(139,79,22); }
H1.HeaderClassName
{
color: #8B4F16;
}
.AnyTagClassName
{
color: #8B4F16;
}
</style>
background-color css
<style>
a { background-color: #8B4F16; }
a { background-color: rgb(139,79,22); }
div.DivClassName
{
background-color: #8B4F16;
}
.BgClassName
{
background-color: #8B4F16;
}
</style>
border-color css
<style>
span { border-color: #8B4F16; }
span { border-color: rgb(139,79,22); }
td.TdClassName
{
border-color: #8B4F16;
}
.TagClassName
{
border-color: #8B4F16;
}
</style>