Shades of Dark Brown #5C4316
Tints of Dark Brown #5C4316
RGB
CMYK
RGB Variations
Color information
#5C4316 (or 0x5C4316) is known color: Dark Brown. HEX triplet: 5C, 43 and 16. RGB value is (92,67,22). Sum of RGB (Red+Green+Blue) = 92+67+22=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4316 is #A3BCE9. Grayscale: #454545. Windows color (decimal): -10730730 or 1459036. OLE color: 1459036.
HSL color Cylindrical-coordinate representation of color #5C4316: hue angle of 38.57º 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 #5C4316 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 22 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.64 |
| HSL | 38.57º | 0.61% | 0.22% | - |
| HSV(B) | 38.57º | 0.76% | 0.36% | - |
| XYZ | 6.57 | 6.35 | 1.64 | - |
| YUV | 69.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 22 | 0 | 0.27 | 0.76 | 0.64 | 38.57 | 0.61 | 0.22 |
| Hex | 5C | 43 | 16 | 0 | 1B | 4C | 40 | 27 | 3D | 16 |
| Octal | 134 | 103 | 26 | 0 | 33 | 114 | 100 | 47 | 75 | 26 |
| Binary | 1011100 | 1000011 | 10110 | 0 | 11011 | 1001100 | 1000000 | 100111 | 111101 | 10110 |
Color Harmonies of #5C4316
Complementary color
Monochromatic Colors of #5C4316
Black with #5C4316
Text Example
Text Example
White with #5C4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4316; }
p { color: rgb(92,67,22); }
H1.HeaderClassName
{
color: #5C4316;
}
.AnyTagClassName
{
color: #5C4316;
}
</style>
background-color css
<style>
a { background-color: #5C4316; }
a { background-color: rgb(92,67,22); }
div.DivClassName
{
background-color: #5C4316;
}
.BgClassName
{
background-color: #5C4316;
}
</style>
border-color css
<style>
span { border-color: #5C4316; }
span { border-color: rgb(92,67,22); }
td.TdClassName
{
border-color: #5C4316;
}
.TagClassName
{
border-color: #5C4316;
}
</style>