Shades of Saddle Brown #8C451D
Tints of Saddle Brown #8C451D
RGB
CMYK
RGB Variations
Color information
#8C451D (or 0x8C451D) is known color: Saddle Brown. HEX triplet: 8C, 45 and 1D. RGB value is (140,69,29). Sum of RGB (Red+Green+Blue) = 140+69+29=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C451D is #73BAE2. Grayscale: #555555. Windows color (decimal): -7584483 or 1918348. OLE color: 1918348.
HSL color Cylindrical-coordinate representation of color #8C451D: hue angle of 21.62º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C451D is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 29 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.45 |
| HSL | 21.62º | 0.66% | 0.33% | - |
| HSV(B) | 21.62º | 0.79% | 0.55% | - |
| XYZ | 13.17 | 9.92 | 2.38 | - |
| YUV | 85.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 29 | 0 | 0.51 | 0.79 | 0.45 | 21.62 | 0.66 | 0.33 |
| Hex | 8C | 45 | 1D | 0 | 33 | 4F | 2D | 16 | 42 | 21 |
| Octal | 214 | 105 | 35 | 0 | 63 | 117 | 55 | 26 | 102 | 41 |
| Binary | 10001100 | 1000101 | 11101 | 0 | 110011 | 1001111 | 101101 | 10110 | 1000010 | 100001 |
Color Harmonies of #8C451D
Complementary color
Monochromatic Colors of #8C451D
Black with #8C451D
Text Example
Text Example
White with #8C451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C451D; }
p { color: rgb(140,69,29); }
H1.HeaderClassName
{
color: #8C451D;
}
.AnyTagClassName
{
color: #8C451D;
}
</style>
background-color css
<style>
a { background-color: #8C451D; }
a { background-color: rgb(140,69,29); }
div.DivClassName
{
background-color: #8C451D;
}
.BgClassName
{
background-color: #8C451D;
}
</style>
border-color css
<style>
span { border-color: #8C451D; }
span { border-color: rgb(140,69,29); }
td.TdClassName
{
border-color: #8C451D;
}
.TagClassName
{
border-color: #8C451D;
}
</style>