Shades of Dark Brown #5C421C
Tints of Dark Brown #5C421C
RGB
CMYK
RGB Variations
Color information
#5C421C (or 0x5C421C) is known color: Dark Brown. HEX triplet: 5C, 42 and 1C. RGB value is (92,66,28). Sum of RGB (Red+Green+Blue) = 92+66+28=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C421C is #A3BDE3. Grayscale: #454545. Windows color (decimal): -10730980 or 1851996. OLE color: 1851996.
HSL color Cylindrical-coordinate representation of color #5C421C: hue angle of 35.62º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C421C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 66 | 28 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.64 |
| HSL | 35.63º | 0.53% | 0.24% | - |
| HSV(B) | 35.63º | 0.7% | 0.36% | - |
| XYZ | 6.57 | 6.26 | 1.96 | - |
| YUV | 69.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 28 | 0 | 0.28 | 0.70 | 0.64 | 35.63 | 0.53 | 0.24 |
| Hex | 5C | 42 | 1C | 0 | 1C | 46 | 40 | 24 | 35 | 18 |
| Octal | 134 | 102 | 34 | 0 | 34 | 106 | 100 | 44 | 65 | 30 |
| Binary | 1011100 | 1000010 | 11100 | 0 | 11100 | 1000110 | 1000000 | 100100 | 110101 | 11000 |
Color Harmonies of #5C421C
Complementary color
Monochromatic Colors of #5C421C
Black with #5C421C
Text Example
Text Example
White with #5C421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C421C; }
p { color: rgb(92,66,28); }
H1.HeaderClassName
{
color: #5C421C;
}
.AnyTagClassName
{
color: #5C421C;
}
</style>
background-color css
<style>
a { background-color: #5C421C; }
a { background-color: rgb(92,66,28); }
div.DivClassName
{
background-color: #5C421C;
}
.BgClassName
{
background-color: #5C421C;
}
</style>
border-color css
<style>
span { border-color: #5C421C; }
span { border-color: rgb(92,66,28); }
td.TdClassName
{
border-color: #5C421C;
}
.TagClassName
{
border-color: #5C421C;
}
</style>