Shades of Brown Derby #58443A
Tints of Brown Derby #58443A
RGB
CMYK
RGB Variations
Color information
#58443A (or 0x58443A) is known color: Brown Derby. HEX triplet: 58, 44 and 3A. RGB value is (88,68,58). Sum of RGB (Red+Green+Blue) = 88+68+58=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58443A is #A7BBC5. Grayscale: #484848. Windows color (decimal): -10992582 or 3818584. OLE color: 3818584.
HSL color Cylindrical-coordinate representation of color #58443A: hue angle of 20º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58443A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 68 | 58 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.65 |
| HSL | 20º | 0.21% | 0.29% | - |
| HSV(B) | 20º | 0.34% | 0.35% | - |
| XYZ | 6.86 | 6.51 | 4.9 | - |
| YUV | 72.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 58 | 0 | 0.23 | 0.34 | 0.65 | 20 | 0.21 | 0.29 |
| Hex | 58 | 44 | 3A | 0 | 17 | 22 | 41 | 14 | 15 | 1D |
| Octal | 130 | 104 | 72 | 0 | 27 | 42 | 101 | 24 | 25 | 35 |
| Binary | 1011000 | 1000100 | 111010 | 0 | 10111 | 100010 | 1000001 | 10100 | 10101 | 11101 |
Color Harmonies of #58443A
Complementary color
Monochromatic Colors of #58443A
Black with #58443A
Text Example
Text Example
White with #58443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58443A; }
p { color: rgb(88,68,58); }
H1.HeaderClassName
{
color: #58443A;
}
.AnyTagClassName
{
color: #58443A;
}
</style>
background-color css
<style>
a { background-color: #58443A; }
a { background-color: rgb(88,68,58); }
div.DivClassName
{
background-color: #58443A;
}
.BgClassName
{
background-color: #58443A;
}
</style>
border-color css
<style>
span { border-color: #58443A; }
span { border-color: rgb(88,68,58); }
td.TdClassName
{
border-color: #58443A;
}
.TagClassName
{
border-color: #58443A;
}
</style>