Shades of Saddle Brown #8B4601
Tints of Saddle Brown #8B4601
RGB
CMYK
RGB Variations
Color information
#8B4601 (or 0x8B4601) is known color: Saddle Brown. HEX triplet: 8B, 46 and 01. RGB value is (139,70,1). Sum of RGB (Red+Green+Blue) = 139+70+1=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4601 is #74B9FE. Grayscale: #535353. Windows color (decimal): -7649791 or 83595. OLE color: 83595.
HSL color Cylindrical-coordinate representation of color #8B4601: hue angle of 30º 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 #8B4601 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.45 |
| HSL | 30º | 0.99% | 0.27% | - |
| HSV(B) | 30º | 0.99% | 0.55% | - |
| XYZ | 12.84 | 9.87 | 1.26 | - |
| YUV | 82.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 1 | 0 | 0.50 | 0.99 | 0.45 | 30 | 0.99 | 0.27 |
| Hex | 8B | 46 | 1 | 0 | 32 | 63 | 2D | 1E | 63 | 1B |
| Octal | 213 | 106 | 1 | 0 | 62 | 143 | 55 | 36 | 143 | 33 |
| Binary | 10001011 | 1000110 | 1 | 0 | 110010 | 1100011 | 101101 | 11110 | 1100011 | 11011 |
Color Harmonies of #8B4601
Complementary color
Monochromatic Colors of #8B4601
Black with #8B4601
Text Example
Text Example
White with #8B4601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4601; }
p { color: rgb(139,70,1); }
H1.HeaderClassName
{
color: #8B4601;
}
.AnyTagClassName
{
color: #8B4601;
}
</style>
background-color css
<style>
a { background-color: #8B4601; }
a { background-color: rgb(139,70,1); }
div.DivClassName
{
background-color: #8B4601;
}
.BgClassName
{
background-color: #8B4601;
}
</style>
border-color css
<style>
span { border-color: #8B4601; }
span { border-color: rgb(139,70,1); }
td.TdClassName
{
border-color: #8B4601;
}
.TagClassName
{
border-color: #8B4601;
}
</style>