Shades of Saddle Brown #8B4506
Tints of Saddle Brown #8B4506
RGB
CMYK
RGB Variations
Color information
#8B4506 (or 0x8B4506) is known color: Saddle Brown. HEX triplet: 8B, 45 and 06. RGB value is (139,69,6). Sum of RGB (Red+Green+Blue) = 139+69+6=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4506 is #74BAF9. Grayscale: #535353. Windows color (decimal): -7650042 or 411019. OLE color: 411019.
HSL color Cylindrical-coordinate representation of color #8B4506: hue angle of 28.42º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B4506 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 6 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.45 |
| HSL | 28.42º | 0.92% | 0.28% | - |
| HSV(B) | 28.42º | 0.96% | 0.55% | - |
| XYZ | 12.81 | 9.76 | 1.38 | - |
| YUV | 82.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 6 | 0 | 0.50 | 0.96 | 0.45 | 28.42 | 0.92 | 0.28 |
| Hex | 8B | 45 | 6 | 0 | 32 | 60 | 2D | 1C | 5C | 1C |
| Octal | 213 | 105 | 6 | 0 | 62 | 140 | 55 | 34 | 134 | 34 |
| Binary | 10001011 | 1000101 | 110 | 0 | 110010 | 1100000 | 101101 | 11100 | 1011100 | 11100 |
Color Harmonies of #8B4506
Complementary color
Monochromatic Colors of #8B4506
Black with #8B4506
Text Example
Text Example
White with #8B4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4506; }
p { color: rgb(139,69,6); }
H1.HeaderClassName
{
color: #8B4506;
}
.AnyTagClassName
{
color: #8B4506;
}
</style>
background-color css
<style>
a { background-color: #8B4506; }
a { background-color: rgb(139,69,6); }
div.DivClassName
{
background-color: #8B4506;
}
.BgClassName
{
background-color: #8B4506;
}
</style>
border-color css
<style>
span { border-color: #8B4506; }
span { border-color: rgb(139,69,6); }
td.TdClassName
{
border-color: #8B4506;
}
.TagClassName
{
border-color: #8B4506;
}
</style>