Shades of Dark Brown #5C421A
Tints of Dark Brown #5C421A
RGB
CMYK
RGB Variations
Color information
#5C421A (or 0x5C421A) is known color: Dark Brown. HEX triplet: 5C, 42 and 1A. RGB value is (92,66,26). Sum of RGB (Red+Green+Blue) = 92+66+26=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C421A is #A3BDE5. Grayscale: #454545. Windows color (decimal): -10730982 or 1720924. OLE color: 1720924.
HSL color Cylindrical-coordinate representation of color #5C421A: hue angle of 36.36º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C421A is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 66 | 26 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.64 |
| HSL | 36.36º | 0.56% | 0.23% | - |
| HSV(B) | 36.36º | 0.72% | 0.36% | - |
| XYZ | 6.55 | 6.25 | 1.84 | - |
| YUV | 69.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 26 | 0 | 0.28 | 0.72 | 0.64 | 36.36 | 0.56 | 0.23 |
| Hex | 5C | 42 | 1A | 0 | 1C | 48 | 40 | 24 | 38 | 17 |
| Octal | 134 | 102 | 32 | 0 | 34 | 110 | 100 | 44 | 70 | 27 |
| Binary | 1011100 | 1000010 | 11010 | 0 | 11100 | 1001000 | 1000000 | 100100 | 111000 | 10111 |
Color Harmonies of #5C421A
Complementary color
Monochromatic Colors of #5C421A
Black with #5C421A
Text Example
Text Example
White with #5C421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C421A; }
p { color: rgb(92,66,26); }
H1.HeaderClassName
{
color: #5C421A;
}
.AnyTagClassName
{
color: #5C421A;
}
</style>
background-color css
<style>
a { background-color: #5C421A; }
a { background-color: rgb(92,66,26); }
div.DivClassName
{
background-color: #5C421A;
}
.BgClassName
{
background-color: #5C421A;
}
</style>
border-color css
<style>
span { border-color: #5C421A; }
span { border-color: rgb(92,66,26); }
td.TdClassName
{
border-color: #5C421A;
}
.TagClassName
{
border-color: #5C421A;
}
</style>