Shades of Woody Brown #584848
Tints of Woody Brown #584848
RGB
CMYK
RGB Variations
Color information
#584848 (or 0x584848) is known color: Woody Brown. HEX triplet: 58, 48 and 48. RGB value is (88,72,72). Sum of RGB (Red+Green+Blue) = 88+72+72=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #584848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584848 is #A7B7B7. Grayscale: #4C4C4C. Windows color (decimal): -10991544 or 4737112. OLE color: 4737112.
HSL color Cylindrical-coordinate representation of color #584848: hue angle of 0º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #584848 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 72 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.65 |
| HSL | 0º | 0.1% | 0.31% | - |
| HSV(B) | 0º | 0.18% | 0.35% | - |
| XYZ | 7.51 | 7.18 | 7.12 | - |
| YUV | 76.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 72 | 0 | 0.18 | 0.18 | 0.65 | 0 | 0.1 | 0.31 |
| Hex | 58 | 48 | 48 | 0 | 12 | 12 | 41 | 0 | A | 1F |
| Octal | 130 | 110 | 110 | 0 | 22 | 22 | 101 | 0 | 12 | 37 |
| Binary | 1011000 | 1001000 | 1001000 | 0 | 10010 | 10010 | 1000001 | 0 | 1010 | 11111 |
Color Harmonies of #584848
Complementary color
Monochromatic Colors of #584848
Black with #584848
Text Example
Text Example
White with #584848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584848; }
p { color: rgb(88,72,72); }
H1.HeaderClassName
{
color: #584848;
}
.AnyTagClassName
{
color: #584848;
}
</style>
background-color css
<style>
a { background-color: #584848; }
a { background-color: rgb(88,72,72); }
div.DivClassName
{
background-color: #584848;
}
.BgClassName
{
background-color: #584848;
}
</style>
border-color css
<style>
span { border-color: #584848; }
span { border-color: rgb(88,72,72); }
td.TdClassName
{
border-color: #584848;
}
.TagClassName
{
border-color: #584848;
}
</style>