Shades of Saddle Brown #8C3400
Tints of Saddle Brown #8C3400
RGB
CMYK
RGB Variations
Color information
#8C3400 (or 0x8C3400) is known color: Saddle Brown. HEX triplet: 8C, 34 and 00. RGB value is (140,52,0). Sum of RGB (Red+Green+Blue) = 140+52+0=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3400 is #73CBFF. Grayscale: #484848. Windows color (decimal): -7588864 or 13452. OLE color: 13452.
HSL color Cylindrical-coordinate representation of color #8C3400: hue angle of 22.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C3400 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.45 |
| HSL | 22.29º | 1% | 0.27% | - |
| HSV(B) | 22.29º | 1% | 0.55% | - |
| XYZ | 12.04 | 8.03 | 0.92 | - |
| YUV | 72.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 0 | 0 | 0.63 | 1 | 0.45 | 22.29 | 1 | 0.27 |
| Hex | 8C | 34 | 0 | 0 | 3F | 64 | 2D | 16 | 64 | 1B |
| Octal | 214 | 64 | 0 | 0 | 77 | 144 | 55 | 26 | 144 | 33 |
| Binary | 10001100 | 110100 | 0 | 0 | 111111 | 1100100 | 101101 | 10110 | 1100100 | 11011 |
Color Harmonies of #8C3400
Complementary color
Monochromatic Colors of #8C3400
Black with #8C3400
Text Example
Text Example
White with #8C3400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3400; }
p { color: rgb(140,52,0); }
H1.HeaderClassName
{
color: #8C3400;
}
.AnyTagClassName
{
color: #8C3400;
}
</style>
background-color css
<style>
a { background-color: #8C3400; }
a { background-color: rgb(140,52,0); }
div.DivClassName
{
background-color: #8C3400;
}
.BgClassName
{
background-color: #8C3400;
}
</style>
border-color css
<style>
span { border-color: #8C3400; }
span { border-color: rgb(140,52,0); }
td.TdClassName
{
border-color: #8C3400;
}
.TagClassName
{
border-color: #8C3400;
}
</style>