Shades of Dark Brown #584015
Tints of Dark Brown #584015
RGB
CMYK
RGB Variations
Color information
#584015 (or 0x584015) is known color: Dark Brown. HEX triplet: 58, 40 and 15. RGB value is (88,64,21). Sum of RGB (Red+Green+Blue) = 88+64+21=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #584015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584015 is #A7BFEA. Grayscale: #424242. Windows color (decimal): -10993643 or 1392728. OLE color: 1392728.
HSL color Cylindrical-coordinate representation of color #584015: hue angle of 38.51º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #584015 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 21 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.65 |
| HSL | 38.51º | 0.61% | 0.21% | - |
| HSV(B) | 38.51º | 0.76% | 0.35% | - |
| XYZ | 5.99 | 5.8 | 1.51 | - |
| YUV | 66.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 21 | 0 | 0.27 | 0.76 | 0.65 | 38.51 | 0.61 | 0.21 |
| Hex | 58 | 40 | 15 | 0 | 1B | 4C | 41 | 27 | 3D | 15 |
| Octal | 130 | 100 | 25 | 0 | 33 | 114 | 101 | 47 | 75 | 25 |
| Binary | 1011000 | 1000000 | 10101 | 0 | 11011 | 1001100 | 1000001 | 100111 | 111101 | 10101 |
Color Harmonies of #584015
Complementary color
Monochromatic Colors of #584015
Black with #584015
Text Example
Text Example
White with #584015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584015; }
p { color: rgb(88,64,21); }
H1.HeaderClassName
{
color: #584015;
}
.AnyTagClassName
{
color: #584015;
}
</style>
background-color css
<style>
a { background-color: #584015; }
a { background-color: rgb(88,64,21); }
div.DivClassName
{
background-color: #584015;
}
.BgClassName
{
background-color: #584015;
}
</style>
border-color css
<style>
span { border-color: #584015; }
span { border-color: rgb(88,64,21); }
td.TdClassName
{
border-color: #584015;
}
.TagClassName
{
border-color: #584015;
}
</style>