Shades of Saddle Brown #8C3610
Tints of Saddle Brown #8C3610
RGB
CMYK
RGB Variations
Color information
#8C3610 (or 0x8C3610) is known color: Saddle Brown. HEX triplet: 8C, 36 and 10. RGB value is (140,54,16). Sum of RGB (Red+Green+Blue) = 140+54+16=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3610 is #73C9EF. Grayscale: #4B4B4B. Windows color (decimal): -7588336 or 1062540. OLE color: 1062540.
HSL color Cylindrical-coordinate representation of color #8C3610: hue angle of 18.39º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C3610 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 16 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.45 |
| HSL | 18.39º | 0.79% | 0.31% | - |
| HSV(B) | 18.39º | 0.89% | 0.55% | - |
| XYZ | 12.23 | 8.25 | 1.44 | - |
| YUV | 75.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 16 | 0 | 0.61 | 0.89 | 0.45 | 18.39 | 0.79 | 0.31 |
| Hex | 8C | 36 | 10 | 0 | 3D | 59 | 2D | 12 | 4F | 1F |
| Octal | 214 | 66 | 20 | 0 | 75 | 131 | 55 | 22 | 117 | 37 |
| Binary | 10001100 | 110110 | 10000 | 0 | 111101 | 1011001 | 101101 | 10010 | 1001111 | 11111 |
Color Harmonies of #8C3610
Complementary color
Monochromatic Colors of #8C3610
Black with #8C3610
Text Example
Text Example
White with #8C3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3610; }
p { color: rgb(140,54,16); }
H1.HeaderClassName
{
color: #8C3610;
}
.AnyTagClassName
{
color: #8C3610;
}
</style>
background-color css
<style>
a { background-color: #8C3610; }
a { background-color: rgb(140,54,16); }
div.DivClassName
{
background-color: #8C3610;
}
.BgClassName
{
background-color: #8C3610;
}
</style>
border-color css
<style>
span { border-color: #8C3610; }
span { border-color: rgb(140,54,16); }
td.TdClassName
{
border-color: #8C3610;
}
.TagClassName
{
border-color: #8C3610;
}
</style>