Shades of Saddle Brown #8C3B07
Tints of Saddle Brown #8C3B07
RGB
CMYK
RGB Variations
Color information
#8C3B07 (or 0x8C3B07) is known color: Saddle Brown. HEX triplet: 8C, 3B and 07. RGB value is (140,59,7). Sum of RGB (Red+Green+Blue) = 140+59+7=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3B07 is #73C4F8. Grayscale: #4D4D4D. Windows color (decimal): -7587065 or 473996. OLE color: 473996.
HSL color Cylindrical-coordinate representation of color #8C3B07: hue angle of 23.46º 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 #8C3B07 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 59 | 7 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.45 |
| HSL | 23.46º | 0.9% | 0.29% | - |
| HSV(B) | 23.46º | 0.95% | 0.55% | - |
| XYZ | 12.42 | 8.72 | 1.23 | - |
| YUV | 77.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 7 | 0 | 0.58 | 0.95 | 0.45 | 23.46 | 0.9 | 0.29 |
| Hex | 8C | 3B | 7 | 0 | 3A | 5F | 2D | 17 | 5A | 1D |
| Octal | 214 | 73 | 7 | 0 | 72 | 137 | 55 | 27 | 132 | 35 |
| Binary | 10001100 | 111011 | 111 | 0 | 111010 | 1011111 | 101101 | 10111 | 1011010 | 11101 |
Color Harmonies of #8C3B07
Complementary color
Monochromatic Colors of #8C3B07
Black with #8C3B07
Text Example
Text Example
White with #8C3B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3B07; }
p { color: rgb(140,59,7); }
H1.HeaderClassName
{
color: #8C3B07;
}
.AnyTagClassName
{
color: #8C3B07;
}
</style>
background-color css
<style>
a { background-color: #8C3B07; }
a { background-color: rgb(140,59,7); }
div.DivClassName
{
background-color: #8C3B07;
}
.BgClassName
{
background-color: #8C3B07;
}
</style>
border-color css
<style>
span { border-color: #8C3B07; }
span { border-color: rgb(140,59,7); }
td.TdClassName
{
border-color: #8C3B07;
}
.TagClassName
{
border-color: #8C3B07;
}
</style>