Shades of Dark Brown #5C4325
Tints of Dark Brown #5C4325
RGB
CMYK
RGB Variations
Color information
#5C4325 (or 0x5C4325) is known color: Dark Brown. HEX triplet: 5C, 43 and 25. RGB value is (92,67,37). Sum of RGB (Red+Green+Blue) = 92+67+37=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4325 is #A3BCDA. Grayscale: #474747. Windows color (decimal): -10730715 or 2442076. OLE color: 2442076.
HSL color Cylindrical-coordinate representation of color #5C4325: hue angle of 32.73º 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 #5C4325 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 37 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.64 |
| HSL | 32.73º | 0.43% | 0.25% | - |
| HSV(B) | 32.73º | 0.6% | 0.36% | - |
| XYZ | 6.75 | 6.42 | 2.63 | - |
| YUV | 71.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 37 | 0 | 0.27 | 0.60 | 0.64 | 32.73 | 0.43 | 0.25 |
| Hex | 5C | 43 | 25 | 0 | 1B | 3C | 40 | 21 | 2B | 19 |
| Octal | 134 | 103 | 45 | 0 | 33 | 74 | 100 | 41 | 53 | 31 |
| Binary | 1011100 | 1000011 | 100101 | 0 | 11011 | 111100 | 1000000 | 100001 | 101011 | 11001 |
Color Harmonies of #5C4325
Complementary color
Monochromatic Colors of #5C4325
Black with #5C4325
Text Example
Text Example
White with #5C4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4325; }
p { color: rgb(92,67,37); }
H1.HeaderClassName
{
color: #5C4325;
}
.AnyTagClassName
{
color: #5C4325;
}
</style>
background-color css
<style>
a { background-color: #5C4325; }
a { background-color: rgb(92,67,37); }
div.DivClassName
{
background-color: #5C4325;
}
.BgClassName
{
background-color: #5C4325;
}
</style>
border-color css
<style>
span { border-color: #5C4325; }
span { border-color: rgb(92,67,37); }
td.TdClassName
{
border-color: #5C4325;
}
.TagClassName
{
border-color: #5C4325;
}
</style>