Shades of Dark Brown #5C4416
Tints of Dark Brown #5C4416
RGB
CMYK
RGB Variations
Color information
#5C4416 (or 0x5C4416) is known color: Dark Brown. HEX triplet: 5C, 44 and 16. RGB value is (92,68,22). Sum of RGB (Red+Green+Blue) = 92+68+22=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4416 is #A3BBE9. Grayscale: #464646. Windows color (decimal): -10730474 or 1459292. OLE color: 1459292.
HSL color Cylindrical-coordinate representation of color #5C4416: hue angle of 39.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C4416 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 22 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.64 |
| HSL | 39.43º | 0.61% | 0.22% | - |
| HSV(B) | 39.43º | 0.76% | 0.36% | - |
| XYZ | 6.63 | 6.47 | 1.66 | - |
| YUV | 69.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 22 | 0 | 0.26 | 0.76 | 0.64 | 39.43 | 0.61 | 0.22 |
| Hex | 5C | 44 | 16 | 0 | 1A | 4C | 40 | 27 | 3D | 16 |
| Octal | 134 | 104 | 26 | 0 | 32 | 114 | 100 | 47 | 75 | 26 |
| Binary | 1011100 | 1000100 | 10110 | 0 | 11010 | 1001100 | 1000000 | 100111 | 111101 | 10110 |
Color Harmonies of #5C4416
Complementary color
Monochromatic Colors of #5C4416
Black with #5C4416
Text Example
Text Example
White with #5C4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4416; }
p { color: rgb(92,68,22); }
H1.HeaderClassName
{
color: #5C4416;
}
.AnyTagClassName
{
color: #5C4416;
}
</style>
background-color css
<style>
a { background-color: #5C4416; }
a { background-color: rgb(92,68,22); }
div.DivClassName
{
background-color: #5C4416;
}
.BgClassName
{
background-color: #5C4416;
}
</style>
border-color css
<style>
span { border-color: #5C4416; }
span { border-color: rgb(92,68,22); }
td.TdClassName
{
border-color: #5C4416;
}
.TagClassName
{
border-color: #5C4416;
}
</style>