Shades of Dark Brown #5C4625
Tints of Dark Brown #5C4625
RGB
CMYK
RGB Variations
Color information
#5C4625 (or 0x5C4625) is known color: Dark Brown. HEX triplet: 5C, 46 and 25. RGB value is (92,70,37). Sum of RGB (Red+Green+Blue) = 92+70+37=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4625 is #A3B9DA. Grayscale: #484848. Windows color (decimal): -10729947 or 2442844. OLE color: 2442844.
HSL color Cylindrical-coordinate representation of color #5C4625: hue angle of 36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C4625 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 37 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.64 |
| HSL | 36º | 0.43% | 0.25% | - |
| HSV(B) | 36º | 0.6% | 0.36% | - |
| XYZ | 6.94 | 6.79 | 2.7 | - |
| YUV | 72.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 37 | 0 | 0.24 | 0.60 | 0.64 | 36 | 0.43 | 0.25 |
| Hex | 5C | 46 | 25 | 0 | 18 | 3C | 40 | 24 | 2B | 19 |
| Octal | 134 | 106 | 45 | 0 | 30 | 74 | 100 | 44 | 53 | 31 |
| Binary | 1011100 | 1000110 | 100101 | 0 | 11000 | 111100 | 1000000 | 100100 | 101011 | 11001 |
Color Harmonies of #5C4625
Complementary color
Monochromatic Colors of #5C4625
Black with #5C4625
Text Example
Text Example
White with #5C4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4625; }
p { color: rgb(92,70,37); }
H1.HeaderClassName
{
color: #5C4625;
}
.AnyTagClassName
{
color: #5C4625;
}
</style>
background-color css
<style>
a { background-color: #5C4625; }
a { background-color: rgb(92,70,37); }
div.DivClassName
{
background-color: #5C4625;
}
.BgClassName
{
background-color: #5C4625;
}
</style>
border-color css
<style>
span { border-color: #5C4625; }
span { border-color: rgb(92,70,37); }
td.TdClassName
{
border-color: #5C4625;
}
.TagClassName
{
border-color: #5C4625;
}
</style>