Shades of Saddle Brown #8B4A00
Tints of Saddle Brown #8B4A00
RGB
CMYK
RGB Variations
Color information
#8B4A00 (or 0x8B4A00) is known color: Saddle Brown. HEX triplet: 8B, 4A and 00. RGB value is (139,74,0). Sum of RGB (Red+Green+Blue) = 139+74+0=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4A00 is #74B5FF. Grayscale: #555555. Windows color (decimal): -7648768 or 19083. OLE color: 19083.
HSL color Cylindrical-coordinate representation of color #8B4A00: hue angle of 31.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B4A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.45 |
| HSL | 31.94º | 1% | 0.27% | - |
| HSV(B) | 31.94º | 1% | 0.55% | - |
| XYZ | 13.1 | 10.39 | 1.31 | - |
| YUV | 85 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 0 | 0 | 0.47 | 1 | 0.45 | 31.94 | 1 | 0.27 |
| Hex | 8B | 4A | 0 | 0 | 2F | 64 | 2D | 20 | 64 | 1B |
| Octal | 213 | 112 | 0 | 0 | 57 | 144 | 55 | 40 | 144 | 33 |
| Binary | 10001011 | 1001010 | 0 | 0 | 101111 | 1100100 | 101101 | 100000 | 1100100 | 11011 |
Color Harmonies of #8B4A00
Complementary color
Monochromatic Colors of #8B4A00
Black with #8B4A00
Text Example
Text Example
White with #8B4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A00; }
p { color: rgb(139,74,0); }
H1.HeaderClassName
{
color: #8B4A00;
}
.AnyTagClassName
{
color: #8B4A00;
}
</style>
background-color css
<style>
a { background-color: #8B4A00; }
a { background-color: rgb(139,74,0); }
div.DivClassName
{
background-color: #8B4A00;
}
.BgClassName
{
background-color: #8B4A00;
}
</style>
border-color css
<style>
span { border-color: #8B4A00; }
span { border-color: rgb(139,74,0); }
td.TdClassName
{
border-color: #8B4A00;
}
.TagClassName
{
border-color: #8B4A00;
}
</style>