Shades of Saddle Brown #8B2B06
Tints of Saddle Brown #8B2B06
RGB
CMYK
RGB Variations
Color information
#8B2B06 (or 0x8B2B06) is known color: Saddle Brown. HEX triplet: 8B, 2B and 06. RGB value is (139,43,6). Sum of RGB (Red+Green+Blue) = 139+43+6=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2B06 is #74D4F9. Grayscale: #434343. Windows color (decimal): -7656698 or 404363. OLE color: 404363.
HSL color Cylindrical-coordinate representation of color #8B2B06: hue angle of 16.69º 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 #8B2B06 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 6 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.45 |
| HSL | 16.69º | 0.92% | 0.28% | - |
| HSV(B) | 16.69º | 0.96% | 0.55% | - |
| XYZ | 11.54 | 7.23 | 0.96 | - |
| YUV | 67.49 | 93.3 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 6 | 0 | 0.69 | 0.96 | 0.45 | 16.69 | 0.92 | 0.28 |
| Hex | 8B | 2B | 6 | 0 | 45 | 60 | 2D | 11 | 5C | 1C |
| Octal | 213 | 53 | 6 | 0 | 105 | 140 | 55 | 21 | 134 | 34 |
| Binary | 10001011 | 101011 | 110 | 0 | 1000101 | 1100000 | 101101 | 10001 | 1011100 | 11100 |
Color Harmonies of #8B2B06
Complementary color
Monochromatic Colors of #8B2B06
Black with #8B2B06
Text Example
Text Example
White with #8B2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B06; }
p { color: rgb(139,43,6); }
H1.HeaderClassName
{
color: #8B2B06;
}
.AnyTagClassName
{
color: #8B2B06;
}
</style>
background-color css
<style>
a { background-color: #8B2B06; }
a { background-color: rgb(139,43,6); }
div.DivClassName
{
background-color: #8B2B06;
}
.BgClassName
{
background-color: #8B2B06;
}
</style>
border-color css
<style>
span { border-color: #8B2B06; }
span { border-color: rgb(139,43,6); }
td.TdClassName
{
border-color: #8B2B06;
}
.TagClassName
{
border-color: #8B2B06;
}
</style>