Shades of Saddle Brown #8C501D
Tints of Saddle Brown #8C501D
RGB
CMYK
RGB Variations
Color information
#8C501D (or 0x8C501D) is known color: Saddle Brown. HEX triplet: 8C, 50 and 1D. RGB value is (140,80,29). Sum of RGB (Red+Green+Blue) = 140+80+29=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C501D is #73AFE2. Grayscale: #5C5C5C. Windows color (decimal): -7581667 or 1921164. OLE color: 1921164.
HSL color Cylindrical-coordinate representation of color #8C501D: hue angle of 27.57º 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 #8C501D is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 29 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.45 |
| HSL | 27.57º | 0.66% | 0.33% | - |
| HSV(B) | 27.57º | 0.79% | 0.55% | - |
| XYZ | 13.91 | 11.4 | 2.63 | - |
| YUV | 92.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 29 | 0 | 0.43 | 0.79 | 0.45 | 27.57 | 0.66 | 0.33 |
| Hex | 8C | 50 | 1D | 0 | 2B | 4F | 2D | 1C | 42 | 21 |
| Octal | 214 | 120 | 35 | 0 | 53 | 117 | 55 | 34 | 102 | 41 |
| Binary | 10001100 | 1010000 | 11101 | 0 | 101011 | 1001111 | 101101 | 11100 | 1000010 | 100001 |
Color Harmonies of #8C501D
Complementary color
Monochromatic Colors of #8C501D
Black with #8C501D
Text Example
Text Example
White with #8C501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C501D; }
p { color: rgb(140,80,29); }
H1.HeaderClassName
{
color: #8C501D;
}
.AnyTagClassName
{
color: #8C501D;
}
</style>
background-color css
<style>
a { background-color: #8C501D; }
a { background-color: rgb(140,80,29); }
div.DivClassName
{
background-color: #8C501D;
}
.BgClassName
{
background-color: #8C501D;
}
</style>
border-color css
<style>
span { border-color: #8C501D; }
span { border-color: rgb(140,80,29); }
td.TdClassName
{
border-color: #8C501D;
}
.TagClassName
{
border-color: #8C501D;
}
</style>