Shades of Very Dark Brown #58413B
Tints of Very Dark Brown #58413B
RGB
CMYK
RGB Variations
Color information
#58413B (or 0x58413B) is known color: Very Dark Brown. HEX triplet: 58, 41 and 3B. RGB value is (88,65,59). Sum of RGB (Red+Green+Blue) = 88+65+59=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58413B is #A7BEC4. Grayscale: #474747. Windows color (decimal): -10993349 or 3883352. OLE color: 3883352.
HSL color Cylindrical-coordinate representation of color #58413B: hue angle of 12.41º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58413B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 59 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.65 |
| HSL | 12.41º | 0.2% | 0.29% | - |
| HSV(B) | 12.41º | 0.33% | 0.35% | - |
| XYZ | 6.7 | 6.17 | 4.98 | - |
| YUV | 71.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 59 | 0 | 0.26 | 0.33 | 0.65 | 12.41 | 0.2 | 0.29 |
| Hex | 58 | 41 | 3B | 0 | 1A | 21 | 41 | C | 14 | 1D |
| Octal | 130 | 101 | 73 | 0 | 32 | 41 | 101 | 14 | 24 | 35 |
| Binary | 1011000 | 1000001 | 111011 | 0 | 11010 | 100001 | 1000001 | 1100 | 10100 | 11101 |
Color Harmonies of #58413B
Complementary color
Monochromatic Colors of #58413B
Black with #58413B
Text Example
Text Example
White with #58413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58413B; }
p { color: rgb(88,65,59); }
H1.HeaderClassName
{
color: #58413B;
}
.AnyTagClassName
{
color: #58413B;
}
</style>
background-color css
<style>
a { background-color: #58413B; }
a { background-color: rgb(88,65,59); }
div.DivClassName
{
background-color: #58413B;
}
.BgClassName
{
background-color: #58413B;
}
</style>
border-color css
<style>
span { border-color: #58413B; }
span { border-color: rgb(88,65,59); }
td.TdClassName
{
border-color: #58413B;
}
.TagClassName
{
border-color: #58413B;
}
</style>