Shades of Brown Derby #58453C
Tints of Brown Derby #58453C
RGB
CMYK
RGB Variations
Color information
#58453C (or 0x58453C) is known color: Brown Derby. HEX triplet: 58, 45 and 3C. RGB value is (88,69,60). Sum of RGB (Red+Green+Blue) = 88+69+60=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58453C is #A7BAC3. Grayscale: #494949. Windows color (decimal): -10992324 or 3949912. OLE color: 3949912.
HSL color Cylindrical-coordinate representation of color #58453C: hue angle of 19.29º 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 #58453C is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 60 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.65 |
| HSL | 19.29º | 0.19% | 0.29% | - |
| HSV(B) | 19.29º | 0.32% | 0.35% | - |
| XYZ | 6.97 | 6.66 | 5.19 | - |
| YUV | 73.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 60 | 0 | 0.22 | 0.32 | 0.65 | 19.29 | 0.19 | 0.29 |
| Hex | 58 | 45 | 3C | 0 | 16 | 20 | 41 | 13 | 13 | 1D |
| Octal | 130 | 105 | 74 | 0 | 26 | 40 | 101 | 23 | 23 | 35 |
| Binary | 1011000 | 1000101 | 111100 | 0 | 10110 | 100000 | 1000001 | 10011 | 10011 | 11101 |
Color Harmonies of #58453C
Complementary color
Monochromatic Colors of #58453C
Black with #58453C
Text Example
Text Example
White with #58453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58453C; }
p { color: rgb(88,69,60); }
H1.HeaderClassName
{
color: #58453C;
}
.AnyTagClassName
{
color: #58453C;
}
</style>
background-color css
<style>
a { background-color: #58453C; }
a { background-color: rgb(88,69,60); }
div.DivClassName
{
background-color: #58453C;
}
.BgClassName
{
background-color: #58453C;
}
</style>
border-color css
<style>
span { border-color: #58453C; }
span { border-color: rgb(88,69,60); }
td.TdClassName
{
border-color: #58453C;
}
.TagClassName
{
border-color: #58453C;
}
</style>