Shades of Brown Derby #58473D
Tints of Brown Derby #58473D
RGB
CMYK
RGB Variations
Color information
#58473D (or 0x58473D) is known color: Brown Derby. HEX triplet: 58, 47 and 3D. RGB value is (88,71,61). Sum of RGB (Red+Green+Blue) = 88+71+61=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #58473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58473D is #A7B8C2. Grayscale: #4A4A4A. Windows color (decimal): -10991811 or 4015960. OLE color: 4015960.
HSL color Cylindrical-coordinate representation of color #58473D: hue angle of 22.22º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58473D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 61 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.65 |
| HSL | 22.22º | 0.18% | 0.29% | - |
| HSV(B) | 22.22º | 0.31% | 0.35% | - |
| XYZ | 7.12 | 6.92 | 5.37 | - |
| YUV | 74.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 61 | 0 | 0.19 | 0.31 | 0.65 | 22.22 | 0.18 | 0.29 |
| Hex | 58 | 47 | 3D | 0 | 13 | 1F | 41 | 16 | 12 | 1D |
| Octal | 130 | 107 | 75 | 0 | 23 | 37 | 101 | 26 | 22 | 35 |
| Binary | 1011000 | 1000111 | 111101 | 0 | 10011 | 11111 | 1000001 | 10110 | 10010 | 11101 |
Color Harmonies of #58473D
Complementary color
Monochromatic Colors of #58473D
Black with #58473D
Text Example
Text Example
White with #58473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58473D; }
p { color: rgb(88,71,61); }
H1.HeaderClassName
{
color: #58473D;
}
.AnyTagClassName
{
color: #58473D;
}
</style>
background-color css
<style>
a { background-color: #58473D; }
a { background-color: rgb(88,71,61); }
div.DivClassName
{
background-color: #58473D;
}
.BgClassName
{
background-color: #58473D;
}
</style>
border-color css
<style>
span { border-color: #58473D; }
span { border-color: rgb(88,71,61); }
td.TdClassName
{
border-color: #58473D;
}
.TagClassName
{
border-color: #58473D;
}
</style>