Shades of Saddle Brown #8B4901
Tints of Saddle Brown #8B4901
RGB
CMYK
RGB Variations
Color information
#8B4901 (or 0x8B4901) is known color: Saddle Brown. HEX triplet: 8B, 49 and 01. RGB value is (139,73,1). Sum of RGB (Red+Green+Blue) = 139+73+1=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4901 is #74B6FE. Grayscale: #545454. Windows color (decimal): -7649023 or 84363. OLE color: 84363.
HSL color Cylindrical-coordinate representation of color #8B4901: hue angle of 31.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B4901 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 73 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.45 |
| HSL | 31.3º | 0.99% | 0.27% | - |
| HSV(B) | 31.3º | 0.99% | 0.55% | - |
| XYZ | 13.04 | 10.26 | 1.32 | - |
| YUV | 84.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 1 | 0 | 0.47 | 0.99 | 0.45 | 31.3 | 0.99 | 0.27 |
| Hex | 8B | 49 | 1 | 0 | 2F | 63 | 2D | 1F | 63 | 1B |
| Octal | 213 | 111 | 1 | 0 | 57 | 143 | 55 | 37 | 143 | 33 |
| Binary | 10001011 | 1001001 | 1 | 0 | 101111 | 1100011 | 101101 | 11111 | 1100011 | 11011 |
Color Harmonies of #8B4901
Complementary color
Monochromatic Colors of #8B4901
Black with #8B4901
Text Example
Text Example
White with #8B4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4901; }
p { color: rgb(139,73,1); }
H1.HeaderClassName
{
color: #8B4901;
}
.AnyTagClassName
{
color: #8B4901;
}
</style>
background-color css
<style>
a { background-color: #8B4901; }
a { background-color: rgb(139,73,1); }
div.DivClassName
{
background-color: #8B4901;
}
.BgClassName
{
background-color: #8B4901;
}
</style>
border-color css
<style>
span { border-color: #8B4901; }
span { border-color: rgb(139,73,1); }
td.TdClassName
{
border-color: #8B4901;
}
.TagClassName
{
border-color: #8B4901;
}
</style>