Shades of Saddle Brown #8B2A06
Tints of Saddle Brown #8B2A06
RGB
CMYK
RGB Variations
Color information
#8B2A06 (or 0x8B2A06) is known color: Saddle Brown. HEX triplet: 8B, 2A and 06. RGB value is (139,42,6). Sum of RGB (Red+Green+Blue) = 139+42+6=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A06 is #74D5F9. Grayscale: #434343. Windows color (decimal): -7656954 or 404107. OLE color: 404107.
HSL color Cylindrical-coordinate representation of color #8B2A06: hue angle of 16.24º 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 #8B2A06 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 6 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.45 |
| HSL | 16.24º | 0.92% | 0.28% | - |
| HSV(B) | 16.24º | 0.96% | 0.55% | - |
| XYZ | 11.51 | 7.16 | 0.95 | - |
| YUV | 66.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 6 | 0 | 0.70 | 0.96 | 0.45 | 16.24 | 0.92 | 0.28 |
| Hex | 8B | 2A | 6 | 0 | 46 | 60 | 2D | 10 | 5C | 1C |
| Octal | 213 | 52 | 6 | 0 | 106 | 140 | 55 | 20 | 134 | 34 |
| Binary | 10001011 | 101010 | 110 | 0 | 1000110 | 1100000 | 101101 | 10000 | 1011100 | 11100 |
Color Harmonies of #8B2A06
Complementary color
Monochromatic Colors of #8B2A06
Black with #8B2A06
Text Example
Text Example
White with #8B2A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A06; }
p { color: rgb(139,42,6); }
H1.HeaderClassName
{
color: #8B2A06;
}
.AnyTagClassName
{
color: #8B2A06;
}
</style>
background-color css
<style>
a { background-color: #8B2A06; }
a { background-color: rgb(139,42,6); }
div.DivClassName
{
background-color: #8B2A06;
}
.BgClassName
{
background-color: #8B2A06;
}
</style>
border-color css
<style>
span { border-color: #8B2A06; }
span { border-color: rgb(139,42,6); }
td.TdClassName
{
border-color: #8B2A06;
}
.TagClassName
{
border-color: #8B2A06;
}
</style>