Shades of Saddle Brown #8C5107
Tints of Saddle Brown #8C5107
RGB
CMYK
RGB Variations
Color information
#8C5107 (or 0x8C5107) is known color: Saddle Brown. HEX triplet: 8C, 51 and 07. RGB value is (140,81,7). Sum of RGB (Red+Green+Blue) = 140+81+7=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5107 is #73AEF8. Grayscale: #5A5A5A. Windows color (decimal): -7581433 or 479628. OLE color: 479628.
HSL color Cylindrical-coordinate representation of color #8C5107: hue angle of 33.38º 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 #8C5107 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 7 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.45 |
| HSL | 33.38º | 0.9% | 0.29% | - |
| HSV(B) | 33.38º | 0.95% | 0.55% | - |
| XYZ | 13.8 | 11.48 | 1.69 | - |
| YUV | 90.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 7 | 0 | 0.42 | 0.95 | 0.45 | 33.38 | 0.9 | 0.29 |
| Hex | 8C | 51 | 7 | 0 | 2A | 5F | 2D | 21 | 5A | 1D |
| Octal | 214 | 121 | 7 | 0 | 52 | 137 | 55 | 41 | 132 | 35 |
| Binary | 10001100 | 1010001 | 111 | 0 | 101010 | 1011111 | 101101 | 100001 | 1011010 | 11101 |
Color Harmonies of #8C5107
Complementary color
Monochromatic Colors of #8C5107
Black with #8C5107
Text Example
Text Example
White with #8C5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5107; }
p { color: rgb(140,81,7); }
H1.HeaderClassName
{
color: #8C5107;
}
.AnyTagClassName
{
color: #8C5107;
}
</style>
background-color css
<style>
a { background-color: #8C5107; }
a { background-color: rgb(140,81,7); }
div.DivClassName
{
background-color: #8C5107;
}
.BgClassName
{
background-color: #8C5107;
}
</style>
border-color css
<style>
span { border-color: #8C5107; }
span { border-color: rgb(140,81,7); }
td.TdClassName
{
border-color: #8C5107;
}
.TagClassName
{
border-color: #8C5107;
}
</style>