Shades of Dark Brown #5C4315
Tints of Dark Brown #5C4315
RGB
CMYK
RGB Variations
Color information
#5C4315 (or 0x5C4315) is known color: Dark Brown. HEX triplet: 5C, 43 and 15. RGB value is (92,67,21). Sum of RGB (Red+Green+Blue) = 92+67+21=180 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.11% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4315 is #A3BCEA. Grayscale: #454545. Windows color (decimal): -10730731 or 1393500. OLE color: 1393500.
HSL color Cylindrical-coordinate representation of color #5C4315: hue angle of 38.87º 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 #5C4315 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 21 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.64 |
| HSL | 38.87º | 0.63% | 0.22% | - |
| HSV(B) | 38.87º | 0.77% | 0.36% | - |
| XYZ | 6.56 | 6.34 | 1.59 | - |
| YUV | 69.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 21 | 0 | 0.27 | 0.77 | 0.64 | 38.87 | 0.63 | 0.22 |
| Hex | 5C | 43 | 15 | 0 | 1B | 4D | 40 | 27 | 3F | 16 |
| Octal | 134 | 103 | 25 | 0 | 33 | 115 | 100 | 47 | 77 | 26 |
| Binary | 1011100 | 1000011 | 10101 | 0 | 11011 | 1001101 | 1000000 | 100111 | 111111 | 10110 |
Color Harmonies of #5C4315
Complementary color
Monochromatic Colors of #5C4315
Black with #5C4315
Text Example
Text Example
White with #5C4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4315; }
p { color: rgb(92,67,21); }
H1.HeaderClassName
{
color: #5C4315;
}
.AnyTagClassName
{
color: #5C4315;
}
</style>
background-color css
<style>
a { background-color: #5C4315; }
a { background-color: rgb(92,67,21); }
div.DivClassName
{
background-color: #5C4315;
}
.BgClassName
{
background-color: #5C4315;
}
</style>
border-color css
<style>
span { border-color: #5C4315; }
span { border-color: rgb(92,67,21); }
td.TdClassName
{
border-color: #5C4315;
}
.TagClassName
{
border-color: #5C4315;
}
</style>