Shades of Dark Brown #5C4627
Tints of Dark Brown #5C4627
RGB
CMYK
RGB Variations
Color information
#5C4627 (or 0x5C4627) is known color: Dark Brown. HEX triplet: 5C, 46 and 27. RGB value is (92,70,39). Sum of RGB (Red+Green+Blue) = 92+70+39=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4627 is #A3B9D8. Grayscale: #494949. Windows color (decimal): -10729945 or 2573916. OLE color: 2573916.
HSL color Cylindrical-coordinate representation of color #5C4627: hue angle of 35.09º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C4627 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 39 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.64 |
| HSL | 35.09º | 0.4% | 0.26% | - |
| HSV(B) | 35.09º | 0.58% | 0.36% | - |
| XYZ | 6.97 | 6.8 | 2.87 | - |
| YUV | 73.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 39 | 0 | 0.24 | 0.58 | 0.64 | 35.09 | 0.4 | 0.26 |
| Hex | 5C | 46 | 27 | 0 | 18 | 3A | 40 | 23 | 28 | 1A |
| Octal | 134 | 106 | 47 | 0 | 30 | 72 | 100 | 43 | 50 | 32 |
| Binary | 1011100 | 1000110 | 100111 | 0 | 11000 | 111010 | 1000000 | 100011 | 101000 | 11010 |
Color Harmonies of #5C4627
Complementary color
Monochromatic Colors of #5C4627
Black with #5C4627
Text Example
Text Example
White with #5C4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4627; }
p { color: rgb(92,70,39); }
H1.HeaderClassName
{
color: #5C4627;
}
.AnyTagClassName
{
color: #5C4627;
}
</style>
background-color css
<style>
a { background-color: #5C4627; }
a { background-color: rgb(92,70,39); }
div.DivClassName
{
background-color: #5C4627;
}
.BgClassName
{
background-color: #5C4627;
}
</style>
border-color css
<style>
span { border-color: #5C4627; }
span { border-color: rgb(92,70,39); }
td.TdClassName
{
border-color: #5C4627;
}
.TagClassName
{
border-color: #5C4627;
}
</style>