Shades of Dark Brown #5F4821
Tints of Dark Brown #5F4821
RGB
CMYK
RGB Variations
Color information
#5F4821 (or 0x5F4821) is known color: Dark Brown. HEX triplet: 5F, 48 and 21. RGB value is (95,72,33). Sum of RGB (Red+Green+Blue) = 95+72+33=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4821 is #A0B7DE. Grayscale: #4A4A4A. Windows color (decimal): -10532831 or 2181215. OLE color: 2181215.
HSL color Cylindrical-coordinate representation of color #5F4821: hue angle of 37.74º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F4821 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 33 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.63 |
| HSL | 37.74º | 0.48% | 0.25% | - |
| HSV(B) | 37.74º | 0.65% | 0.37% | - |
| XYZ | 7.31 | 7.18 | 2.44 | - |
| YUV | 74.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 33 | 0 | 0.24 | 0.65 | 0.63 | 37.74 | 0.48 | 0.25 |
| Hex | 5F | 48 | 21 | 0 | 18 | 41 | 3F | 26 | 30 | 19 |
| Octal | 137 | 110 | 41 | 0 | 30 | 101 | 77 | 46 | 60 | 31 |
| Binary | 1011111 | 1001000 | 100001 | 0 | 11000 | 1000001 | 111111 | 100110 | 110000 | 11001 |
Color Harmonies of #5F4821
Complementary color
Monochromatic Colors of #5F4821
Black with #5F4821
Text Example
Text Example
White with #5F4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4821; }
p { color: rgb(95,72,33); }
H1.HeaderClassName
{
color: #5F4821;
}
.AnyTagClassName
{
color: #5F4821;
}
</style>
background-color css
<style>
a { background-color: #5F4821; }
a { background-color: rgb(95,72,33); }
div.DivClassName
{
background-color: #5F4821;
}
.BgClassName
{
background-color: #5F4821;
}
</style>
border-color css
<style>
span { border-color: #5F4821; }
span { border-color: rgb(95,72,33); }
td.TdClassName
{
border-color: #5F4821;
}
.TagClassName
{
border-color: #5F4821;
}
</style>