Shades of Dark Brown #5C3F1D
Tints of Dark Brown #5C3F1D
RGB
CMYK
RGB Variations
Color information
#5C3F1D (or 0x5C3F1D) is known color: Dark Brown. HEX triplet: 5C, 3F and 1D. RGB value is (92,63,29). Sum of RGB (Red+Green+Blue) = 92+63+29=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3F1D is #A3C0E2. Grayscale: #434343. Windows color (decimal): -10731747 or 1916764. OLE color: 1916764.
HSL color Cylindrical-coordinate representation of color #5C3F1D: hue angle of 32.38º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C3F1D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 63 | 29 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.64 |
| HSL | 32.38º | 0.52% | 0.24% | - |
| HSV(B) | 32.38º | 0.68% | 0.36% | - |
| XYZ | 6.41 | 5.92 | 1.97 | - |
| YUV | 67.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 63 | 29 | 0 | 0.32 | 0.68 | 0.64 | 32.38 | 0.52 | 0.24 |
| Hex | 5C | 3F | 1D | 0 | 20 | 44 | 40 | 20 | 34 | 18 |
| Octal | 134 | 77 | 35 | 0 | 40 | 104 | 100 | 40 | 64 | 30 |
| Binary | 1011100 | 111111 | 11101 | 0 | 100000 | 1000100 | 1000000 | 100000 | 110100 | 11000 |
Color Harmonies of #5C3F1D
Complementary color
Monochromatic Colors of #5C3F1D
Black with #5C3F1D
Text Example
Text Example
White with #5C3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3F1D; }
p { color: rgb(92,63,29); }
H1.HeaderClassName
{
color: #5C3F1D;
}
.AnyTagClassName
{
color: #5C3F1D;
}
</style>
background-color css
<style>
a { background-color: #5C3F1D; }
a { background-color: rgb(92,63,29); }
div.DivClassName
{
background-color: #5C3F1D;
}
.BgClassName
{
background-color: #5C3F1D;
}
</style>
border-color css
<style>
span { border-color: #5C3F1D; }
span { border-color: rgb(92,63,29); }
td.TdClassName
{
border-color: #5C3F1D;
}
.TagClassName
{
border-color: #5C3F1D;
}
</style>