Shades of Dark Brown #5C4528
Tints of Dark Brown #5C4528
RGB
CMYK
RGB Variations
Color information
#5C4528 (or 0x5C4528) is known color: Dark Brown. HEX triplet: 5C, 45 and 28. RGB value is (92,69,40). Sum of RGB (Red+Green+Blue) = 92+69+40=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4528 is #A3BAD7. Grayscale: #484848. Windows color (decimal): -10730200 or 2639196. OLE color: 2639196.
HSL color Cylindrical-coordinate representation of color #5C4528: hue angle of 33.46º 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 #5C4528 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 69 | 40 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.64 |
| HSL | 33.46º | 0.39% | 0.26% | - |
| HSV(B) | 33.46º | 0.57% | 0.36% | - |
| XYZ | 6.92 | 6.68 | 2.93 | - |
| YUV | 72.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 40 | 0 | 0.25 | 0.57 | 0.64 | 33.46 | 0.39 | 0.26 |
| Hex | 5C | 45 | 28 | 0 | 19 | 39 | 40 | 21 | 27 | 1A |
| Octal | 134 | 105 | 50 | 0 | 31 | 71 | 100 | 41 | 47 | 32 |
| Binary | 1011100 | 1000101 | 101000 | 0 | 11001 | 111001 | 1000000 | 100001 | 100111 | 11010 |
Color Harmonies of #5C4528
Complementary color
Monochromatic Colors of #5C4528
Black with #5C4528
Text Example
Text Example
White with #5C4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4528; }
p { color: rgb(92,69,40); }
H1.HeaderClassName
{
color: #5C4528;
}
.AnyTagClassName
{
color: #5C4528;
}
</style>
background-color css
<style>
a { background-color: #5C4528; }
a { background-color: rgb(92,69,40); }
div.DivClassName
{
background-color: #5C4528;
}
.BgClassName
{
background-color: #5C4528;
}
</style>
border-color css
<style>
span { border-color: #5C4528; }
span { border-color: rgb(92,69,40); }
td.TdClassName
{
border-color: #5C4528;
}
.TagClassName
{
border-color: #5C4528;
}
</style>