Shades of Dark Brown #5C3F15
Tints of Dark Brown #5C3F15
RGB
CMYK
RGB Variations
Color information
#5C3F15 (or 0x5C3F15) is known color: Dark Brown. HEX triplet: 5C, 3F and 15. RGB value is (92,63,21). Sum of RGB (Red+Green+Blue) = 92+63+21=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3F15 is #A3C0EA. Grayscale: #434343. Windows color (decimal): -10731755 or 1392476. OLE color: 1392476.
HSL color Cylindrical-coordinate representation of color #5C3F15: hue angle of 35.49º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C3F15 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 63 | 21 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.64 |
| HSL | 35.49º | 0.63% | 0.22% | - |
| HSV(B) | 35.49º | 0.77% | 0.36% | - |
| XYZ | 6.33 | 5.88 | 1.51 | - |
| YUV | 66.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 63 | 21 | 0 | 0.32 | 0.77 | 0.64 | 35.49 | 0.63 | 0.22 |
| Hex | 5C | 3F | 15 | 0 | 20 | 4D | 40 | 23 | 3F | 16 |
| Octal | 134 | 77 | 25 | 0 | 40 | 115 | 100 | 43 | 77 | 26 |
| Binary | 1011100 | 111111 | 10101 | 0 | 100000 | 1001101 | 1000000 | 100011 | 111111 | 10110 |
Color Harmonies of #5C3F15
Complementary color
Monochromatic Colors of #5C3F15
Black with #5C3F15
Text Example
Text Example
White with #5C3F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3F15; }
p { color: rgb(92,63,21); }
H1.HeaderClassName
{
color: #5C3F15;
}
.AnyTagClassName
{
color: #5C3F15;
}
</style>
background-color css
<style>
a { background-color: #5C3F15; }
a { background-color: rgb(92,63,21); }
div.DivClassName
{
background-color: #5C3F15;
}
.BgClassName
{
background-color: #5C3F15;
}
</style>
border-color css
<style>
span { border-color: #5C3F15; }
span { border-color: rgb(92,63,21); }
td.TdClassName
{
border-color: #5C3F15;
}
.TagClassName
{
border-color: #5C3F15;
}
</style>