Shades of Saddle Brown #8C3A07
Tints of Saddle Brown #8C3A07
RGB
CMYK
RGB Variations
Color information
#8C3A07 (or 0x8C3A07) is known color: Saddle Brown. HEX triplet: 8C, 3A and 07. RGB value is (140,58,7). Sum of RGB (Red+Green+Blue) = 140+58+7=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3A07 is #73C5F8. Grayscale: #4C4C4C. Windows color (decimal): -7587321 or 473740. OLE color: 473740.
HSL color Cylindrical-coordinate representation of color #8C3A07: hue angle of 23.01º 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 #8C3A07 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 58 | 7 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.45 |
| HSL | 23.01º | 0.9% | 0.29% | - |
| HSV(B) | 23.01º | 0.95% | 0.55% | - |
| XYZ | 12.37 | 8.62 | 1.21 | - |
| YUV | 76.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 7 | 0 | 0.59 | 0.95 | 0.45 | 23.01 | 0.9 | 0.29 |
| Hex | 8C | 3A | 7 | 0 | 3B | 5F | 2D | 17 | 5A | 1D |
| Octal | 214 | 72 | 7 | 0 | 73 | 137 | 55 | 27 | 132 | 35 |
| Binary | 10001100 | 111010 | 111 | 0 | 111011 | 1011111 | 101101 | 10111 | 1011010 | 11101 |
Color Harmonies of #8C3A07
Complementary color
Monochromatic Colors of #8C3A07
Black with #8C3A07
Text Example
Text Example
White with #8C3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3A07; }
p { color: rgb(140,58,7); }
H1.HeaderClassName
{
color: #8C3A07;
}
.AnyTagClassName
{
color: #8C3A07;
}
</style>
background-color css
<style>
a { background-color: #8C3A07; }
a { background-color: rgb(140,58,7); }
div.DivClassName
{
background-color: #8C3A07;
}
.BgClassName
{
background-color: #8C3A07;
}
</style>
border-color css
<style>
span { border-color: #8C3A07; }
span { border-color: rgb(140,58,7); }
td.TdClassName
{
border-color: #8C3A07;
}
.TagClassName
{
border-color: #8C3A07;
}
</style>