Shades of Saddle Brown #8C441F
Tints of Saddle Brown #8C441F
RGB
CMYK
RGB Variations
Color information
#8C441F (or 0x8C441F) is known color: Saddle Brown. HEX triplet: 8C, 44 and 1F. RGB value is (140,68,31). Sum of RGB (Red+Green+Blue) = 140+68+31=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C441F is #73BBE0. Grayscale: #555555. Windows color (decimal): -7584737 or 2049164. OLE color: 2049164.
HSL color Cylindrical-coordinate representation of color #8C441F: hue angle of 20.37º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C441F is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 31 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.45 |
| HSL | 20.37º | 0.64% | 0.34% | - |
| HSV(B) | 20.37º | 0.78% | 0.55% | - |
| XYZ | 13.13 | 9.81 | 2.5 | - |
| YUV | 85.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 31 | 0 | 0.51 | 0.78 | 0.45 | 20.37 | 0.64 | 0.34 |
| Hex | 8C | 44 | 1F | 0 | 33 | 4E | 2D | 14 | 40 | 22 |
| Octal | 214 | 104 | 37 | 0 | 63 | 116 | 55 | 24 | 100 | 42 |
| Binary | 10001100 | 1000100 | 11111 | 0 | 110011 | 1001110 | 101101 | 10100 | 1000000 | 100010 |
Color Harmonies of #8C441F
Complementary color
Monochromatic Colors of #8C441F
Black with #8C441F
Text Example
Text Example
White with #8C441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C441F; }
p { color: rgb(140,68,31); }
H1.HeaderClassName
{
color: #8C441F;
}
.AnyTagClassName
{
color: #8C441F;
}
</style>
background-color css
<style>
a { background-color: #8C441F; }
a { background-color: rgb(140,68,31); }
div.DivClassName
{
background-color: #8C441F;
}
.BgClassName
{
background-color: #8C441F;
}
</style>
border-color css
<style>
span { border-color: #8C441F; }
span { border-color: rgb(140,68,31); }
td.TdClassName
{
border-color: #8C441F;
}
.TagClassName
{
border-color: #8C441F;
}
</style>