Shades of Dark Brown #5C4428
Tints of Dark Brown #5C4428
RGB
CMYK
RGB Variations
Color information
#5C4428 (or 0x5C4428) is known color: Dark Brown. HEX triplet: 5C, 44 and 28. RGB value is (92,68,40). Sum of RGB (Red+Green+Blue) = 92+68+40=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4428 is #A3BBD7. Grayscale: #484848. Windows color (decimal): -10730456 or 2638940. OLE color: 2638940.
HSL color Cylindrical-coordinate representation of color #5C4428: hue angle of 32.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C4428 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 40 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.64 |
| HSL | 32.31º | 0.39% | 0.26% | - |
| HSV(B) | 32.31º | 0.57% | 0.36% | - |
| XYZ | 6.86 | 6.56 | 2.91 | - |
| YUV | 71.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 40 | 0 | 0.26 | 0.57 | 0.64 | 32.31 | 0.39 | 0.26 |
| Hex | 5C | 44 | 28 | 0 | 1A | 39 | 40 | 20 | 27 | 1A |
| Octal | 134 | 104 | 50 | 0 | 32 | 71 | 100 | 40 | 47 | 32 |
| Binary | 1011100 | 1000100 | 101000 | 0 | 11010 | 111001 | 1000000 | 100000 | 100111 | 11010 |
Color Harmonies of #5C4428
Complementary color
Monochromatic Colors of #5C4428
Black with #5C4428
Text Example
Text Example
White with #5C4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4428; }
p { color: rgb(92,68,40); }
H1.HeaderClassName
{
color: #5C4428;
}
.AnyTagClassName
{
color: #5C4428;
}
</style>
background-color css
<style>
a { background-color: #5C4428; }
a { background-color: rgb(92,68,40); }
div.DivClassName
{
background-color: #5C4428;
}
.BgClassName
{
background-color: #5C4428;
}
</style>
border-color css
<style>
span { border-color: #5C4428; }
span { border-color: rgb(92,68,40); }
td.TdClassName
{
border-color: #5C4428;
}
.TagClassName
{
border-color: #5C4428;
}
</style>