Shades of Saddle Brown #8B4900
Tints of Saddle Brown #8B4900
RGB
CMYK
RGB Variations
Color information
#8B4900 (or 0x8B4900) is known color: Saddle Brown. HEX triplet: 8B, 49 and 00. RGB value is (139,73,0). Sum of RGB (Red+Green+Blue) = 139+73+0=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4900 is #74B6FF. Grayscale: #545454. Windows color (decimal): -7649024 or 18827. OLE color: 18827.
HSL color Cylindrical-coordinate representation of color #8B4900: hue angle of 31.51º 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 #8B4900 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 73 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.45 |
| HSL | 31.51º | 1% | 0.27% | - |
| HSV(B) | 31.51º | 1% | 0.55% | - |
| XYZ | 13.03 | 10.25 | 1.29 | - |
| YUV | 84.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 0 | 0 | 0.47 | 1 | 0.45 | 31.51 | 1 | 0.27 |
| Hex | 8B | 49 | 0 | 0 | 2F | 64 | 2D | 20 | 64 | 1B |
| Octal | 213 | 111 | 0 | 0 | 57 | 144 | 55 | 40 | 144 | 33 |
| Binary | 10001011 | 1001001 | 0 | 0 | 101111 | 1100100 | 101101 | 100000 | 1100100 | 11011 |
Color Harmonies of #8B4900
Complementary color
Monochromatic Colors of #8B4900
Black with #8B4900
Text Example
Text Example
White with #8B4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4900; }
p { color: rgb(139,73,0); }
H1.HeaderClassName
{
color: #8B4900;
}
.AnyTagClassName
{
color: #8B4900;
}
</style>
background-color css
<style>
a { background-color: #8B4900; }
a { background-color: rgb(139,73,0); }
div.DivClassName
{
background-color: #8B4900;
}
.BgClassName
{
background-color: #8B4900;
}
</style>
border-color css
<style>
span { border-color: #8B4900; }
span { border-color: rgb(139,73,0); }
td.TdClassName
{
border-color: #8B4900;
}
.TagClassName
{
border-color: #8B4900;
}
</style>