Shades of Brown Derby #58473C
Tints of Brown Derby #58473C
RGB
CMYK
RGB Variations
Color information
#58473C (or 0x58473C) is known color: Brown Derby. HEX triplet: 58, 47 and 3C. RGB value is (88,71,60). Sum of RGB (Red+Green+Blue) = 88+71+60=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #58473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58473C is #A7B8C3. Grayscale: #4A4A4A. Windows color (decimal): -10991812 or 3950424. OLE color: 3950424.
HSL color Cylindrical-coordinate representation of color #58473C: hue angle of 23.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58473C is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 60 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.65 |
| HSL | 23.57º | 0.19% | 0.29% | - |
| HSV(B) | 23.57º | 0.32% | 0.35% | - |
| XYZ | 7.09 | 6.91 | 5.23 | - |
| YUV | 74.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 60 | 0 | 0.19 | 0.32 | 0.65 | 23.57 | 0.19 | 0.29 |
| Hex | 58 | 47 | 3C | 0 | 13 | 20 | 41 | 18 | 13 | 1D |
| Octal | 130 | 107 | 74 | 0 | 23 | 40 | 101 | 30 | 23 | 35 |
| Binary | 1011000 | 1000111 | 111100 | 0 | 10011 | 100000 | 1000001 | 11000 | 10011 | 11101 |
Color Harmonies of #58473C
Complementary color
Monochromatic Colors of #58473C
Black with #58473C
Text Example
Text Example
White with #58473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58473C; }
p { color: rgb(88,71,60); }
H1.HeaderClassName
{
color: #58473C;
}
.AnyTagClassName
{
color: #58473C;
}
</style>
background-color css
<style>
a { background-color: #58473C; }
a { background-color: rgb(88,71,60); }
div.DivClassName
{
background-color: #58473C;
}
.BgClassName
{
background-color: #58473C;
}
</style>
border-color css
<style>
span { border-color: #58473C; }
span { border-color: rgb(88,71,60); }
td.TdClassName
{
border-color: #58473C;
}
.TagClassName
{
border-color: #58473C;
}
</style>