Shades of Dark Brown #5C4021
Tints of Dark Brown #5C4021
RGB
CMYK
RGB Variations
Color information
#5C4021 (or 0x5C4021) is known color: Dark Brown. HEX triplet: 5C, 40 and 21. RGB value is (92,64,33). Sum of RGB (Red+Green+Blue) = 92+64+33=189 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.68% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4021 is #A3BFDE. Grayscale: #444444. Windows color (decimal): -10731487 or 2179164. OLE color: 2179164.
HSL color Cylindrical-coordinate representation of color #5C4021: hue angle of 31.53º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C4021 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 64 | 33 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.64 |
| HSL | 31.53º | 0.47% | 0.25% | - |
| HSV(B) | 31.53º | 0.64% | 0.36% | - |
| XYZ | 6.52 | 6.05 | 2.26 | - |
| YUV | 68.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 33 | 0 | 0.30 | 0.64 | 0.64 | 31.53 | 0.47 | 0.25 |
| Hex | 5C | 40 | 21 | 0 | 1E | 40 | 40 | 20 | 2F | 19 |
| Octal | 134 | 100 | 41 | 0 | 36 | 100 | 100 | 40 | 57 | 31 |
| Binary | 1011100 | 1000000 | 100001 | 0 | 11110 | 1000000 | 1000000 | 100000 | 101111 | 11001 |
Color Harmonies of #5C4021
Complementary color
Monochromatic Colors of #5C4021
Black with #5C4021
Text Example
Text Example
White with #5C4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4021; }
p { color: rgb(92,64,33); }
H1.HeaderClassName
{
color: #5C4021;
}
.AnyTagClassName
{
color: #5C4021;
}
</style>
background-color css
<style>
a { background-color: #5C4021; }
a { background-color: rgb(92,64,33); }
div.DivClassName
{
background-color: #5C4021;
}
.BgClassName
{
background-color: #5C4021;
}
</style>
border-color css
<style>
span { border-color: #5C4021; }
span { border-color: rgb(92,64,33); }
td.TdClassName
{
border-color: #5C4021;
}
.TagClassName
{
border-color: #5C4021;
}
</style>