Shades of Saddle Brown #8B2C07
Tints of Saddle Brown #8B2C07
RGB
CMYK
RGB Variations
Color information
#8B2C07 (or 0x8B2C07) is known color: Saddle Brown. HEX triplet: 8B, 2C and 07. RGB value is (139,44,7). Sum of RGB (Red+Green+Blue) = 139+44+7=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2C07 is #74D3F8. Grayscale: #444444. Windows color (decimal): -7656441 or 470155. OLE color: 470155.
HSL color Cylindrical-coordinate representation of color #8B2C07: hue angle of 16.82º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B2C07 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 7 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.45 |
| HSL | 16.82º | 0.9% | 0.29% | - |
| HSV(B) | 16.82º | 0.95% | 0.55% | - |
| XYZ | 11.59 | 7.31 | 1 | - |
| YUV | 68.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 7 | 0 | 0.68 | 0.95 | 0.45 | 16.82 | 0.9 | 0.29 |
| Hex | 8B | 2C | 7 | 0 | 44 | 5F | 2D | 11 | 5A | 1D |
| Octal | 213 | 54 | 7 | 0 | 104 | 137 | 55 | 21 | 132 | 35 |
| Binary | 10001011 | 101100 | 111 | 0 | 1000100 | 1011111 | 101101 | 10001 | 1011010 | 11101 |
Color Harmonies of #8B2C07
Complementary color
Monochromatic Colors of #8B2C07
Black with #8B2C07
Text Example
Text Example
White with #8B2C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C07; }
p { color: rgb(139,44,7); }
H1.HeaderClassName
{
color: #8B2C07;
}
.AnyTagClassName
{
color: #8B2C07;
}
</style>
background-color css
<style>
a { background-color: #8B2C07; }
a { background-color: rgb(139,44,7); }
div.DivClassName
{
background-color: #8B2C07;
}
.BgClassName
{
background-color: #8B2C07;
}
</style>
border-color css
<style>
span { border-color: #8B2C07; }
span { border-color: rgb(139,44,7); }
td.TdClassName
{
border-color: #8B2C07;
}
.TagClassName
{
border-color: #8B2C07;
}
</style>