Shades of Dark Brown #584020
Tints of Dark Brown #584020
RGB
CMYK
RGB Variations
Color information
#584020 (or 0x584020) is known color: Dark Brown. HEX triplet: 58, 40 and 20. RGB value is (88,64,32). Sum of RGB (Red+Green+Blue) = 88+64+32=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #584020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584020 is #A7BFDF. Grayscale: #434343. Windows color (decimal): -10993632 or 2113624. OLE color: 2113624.
HSL color Cylindrical-coordinate representation of color #584020: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584020 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 32 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.65 |
| HSL | 34.29º | 0.47% | 0.24% | - |
| HSV(B) | 34.29º | 0.64% | 0.35% | - |
| XYZ | 6.12 | 5.85 | 2.17 | - |
| YUV | 67.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 32 | 0 | 0.27 | 0.64 | 0.65 | 34.29 | 0.47 | 0.24 |
| Hex | 58 | 40 | 20 | 0 | 1B | 40 | 41 | 22 | 2F | 18 |
| Octal | 130 | 100 | 40 | 0 | 33 | 100 | 101 | 42 | 57 | 30 |
| Binary | 1011000 | 1000000 | 100000 | 0 | 11011 | 1000000 | 1000001 | 100010 | 101111 | 11000 |
Color Harmonies of #584020
Complementary color
Monochromatic Colors of #584020
Black with #584020
Text Example
Text Example
White with #584020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584020; }
p { color: rgb(88,64,32); }
H1.HeaderClassName
{
color: #584020;
}
.AnyTagClassName
{
color: #584020;
}
</style>
background-color css
<style>
a { background-color: #584020; }
a { background-color: rgb(88,64,32); }
div.DivClassName
{
background-color: #584020;
}
.BgClassName
{
background-color: #584020;
}
</style>
border-color css
<style>
span { border-color: #584020; }
span { border-color: rgb(88,64,32); }
td.TdClassName
{
border-color: #584020;
}
.TagClassName
{
border-color: #584020;
}
</style>