Shades of Very Dark Brown #58413A
Tints of Very Dark Brown #58413A
RGB
CMYK
RGB Variations
Color information
#58413A (or 0x58413A) is known color: Very Dark Brown. HEX triplet: 58, 41 and 3A. RGB value is (88,65,58). Sum of RGB (Red+Green+Blue) = 88+65+58=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #58413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58413A is #A7BEC5. Grayscale: #474747. Windows color (decimal): -10993350 or 3817816. OLE color: 3817816.
HSL color Cylindrical-coordinate representation of color #58413A: hue angle of 14º 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 #58413A is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 58 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.65 |
| HSL | 14º | 0.21% | 0.29% | - |
| HSV(B) | 14º | 0.34% | 0.35% | - |
| XYZ | 6.68 | 6.16 | 4.84 | - |
| YUV | 71.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 58 | 0 | 0.26 | 0.34 | 0.65 | 14 | 0.21 | 0.29 |
| Hex | 58 | 41 | 3A | 0 | 1A | 22 | 41 | E | 15 | 1D |
| Octal | 130 | 101 | 72 | 0 | 32 | 42 | 101 | 16 | 25 | 35 |
| Binary | 1011000 | 1000001 | 111010 | 0 | 11010 | 100010 | 1000001 | 1110 | 10101 | 11101 |
Color Harmonies of #58413A
Complementary color
Monochromatic Colors of #58413A
Black with #58413A
Text Example
Text Example
White with #58413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58413A; }
p { color: rgb(88,65,58); }
H1.HeaderClassName
{
color: #58413A;
}
.AnyTagClassName
{
color: #58413A;
}
</style>
background-color css
<style>
a { background-color: #58413A; }
a { background-color: rgb(88,65,58); }
div.DivClassName
{
background-color: #58413A;
}
.BgClassName
{
background-color: #58413A;
}
</style>
border-color css
<style>
span { border-color: #58413A; }
span { border-color: rgb(88,65,58); }
td.TdClassName
{
border-color: #58413A;
}
.TagClassName
{
border-color: #58413A;
}
</style>