Shades of Saddle Brown #8B4201
Tints of Saddle Brown #8B4201
RGB
CMYK
RGB Variations
Color information
#8B4201 (or 0x8B4201) is known color: Saddle Brown. HEX triplet: 8B, 42 and 01. RGB value is (139,66,1). Sum of RGB (Red+Green+Blue) = 139+66+1=206 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.48% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4201 is #74BDFE. Grayscale: #505050. Windows color (decimal): -7650815 or 82571. OLE color: 82571.
HSL color Cylindrical-coordinate representation of color #8B4201: hue angle of 28.26º 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 #8B4201 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.45 |
| HSL | 28.26º | 0.99% | 0.27% | - |
| HSV(B) | 28.26º | 0.99% | 0.55% | - |
| XYZ | 12.6 | 9.39 | 1.18 | - |
| YUV | 80.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 1 | 0 | 0.53 | 0.99 | 0.45 | 28.26 | 0.99 | 0.27 |
| Hex | 8B | 42 | 1 | 0 | 35 | 63 | 2D | 1C | 63 | 1B |
| Octal | 213 | 102 | 1 | 0 | 65 | 143 | 55 | 34 | 143 | 33 |
| Binary | 10001011 | 1000010 | 1 | 0 | 110101 | 1100011 | 101101 | 11100 | 1100011 | 11011 |
Color Harmonies of #8B4201
Complementary color
Monochromatic Colors of #8B4201
Black with #8B4201
Text Example
Text Example
White with #8B4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4201; }
p { color: rgb(139,66,1); }
H1.HeaderClassName
{
color: #8B4201;
}
.AnyTagClassName
{
color: #8B4201;
}
</style>
background-color css
<style>
a { background-color: #8B4201; }
a { background-color: rgb(139,66,1); }
div.DivClassName
{
background-color: #8B4201;
}
.BgClassName
{
background-color: #8B4201;
}
</style>
border-color css
<style>
span { border-color: #8B4201; }
span { border-color: rgb(139,66,1); }
td.TdClassName
{
border-color: #8B4201;
}
.TagClassName
{
border-color: #8B4201;
}
</style>