Shades of Saddle Brown #8B4E08
Tints of Saddle Brown #8B4E08
RGB
CMYK
RGB Variations
Color information
#8B4E08 (or 0x8B4E08) is known color: Saddle Brown. HEX triplet: 8B, 4E and 08. RGB value is (139,78,8). Sum of RGB (Red+Green+Blue) = 139+78+8=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B4E08 is #74B1F7. Grayscale: #585858. Windows color (decimal): -7647736 or 544395. OLE color: 544395.
HSL color Cylindrical-coordinate representation of color #8B4E08: hue angle of 32.06º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B4E08 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 8 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.45 |
| HSL | 32.06º | 0.89% | 0.29% | - |
| HSV(B) | 32.06º | 0.94% | 0.55% | - |
| XYZ | 13.42 | 10.96 | 1.64 | - |
| YUV | 88.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 8 | 0 | 0.44 | 0.94 | 0.45 | 32.06 | 0.89 | 0.29 |
| Hex | 8B | 4E | 8 | 0 | 2C | 5E | 2D | 20 | 59 | 1D |
| Octal | 213 | 116 | 10 | 0 | 54 | 136 | 55 | 40 | 131 | 35 |
| Binary | 10001011 | 1001110 | 1000 | 0 | 101100 | 1011110 | 101101 | 100000 | 1011001 | 11101 |
Color Harmonies of #8B4E08
Complementary color
Monochromatic Colors of #8B4E08
Black with #8B4E08
Text Example
Text Example
White with #8B4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E08; }
p { color: rgb(139,78,8); }
H1.HeaderClassName
{
color: #8B4E08;
}
.AnyTagClassName
{
color: #8B4E08;
}
</style>
background-color css
<style>
a { background-color: #8B4E08; }
a { background-color: rgb(139,78,8); }
div.DivClassName
{
background-color: #8B4E08;
}
.BgClassName
{
background-color: #8B4E08;
}
</style>
border-color css
<style>
span { border-color: #8B4E08; }
span { border-color: rgb(139,78,8); }
td.TdClassName
{
border-color: #8B4E08;
}
.TagClassName
{
border-color: #8B4E08;
}
</style>