Shades of Very Dark Brown #58443C
Tints of Very Dark Brown #58443C
RGB
CMYK
RGB Variations
Color information
#58443C (or 0x58443C) is known color: Very Dark Brown. HEX triplet: 58, 44 and 3C. RGB value is (88,68,60). Sum of RGB (Red+Green+Blue) = 88+68+60=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58443C is #A7BBC3. Grayscale: #494949. Windows color (decimal): -10992580 or 3949656. OLE color: 3949656.
HSL color Cylindrical-coordinate representation of color #58443C: hue angle of 17.14º 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 #58443C is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 68 | 60 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.65 |
| HSL | 17.14º | 0.19% | 0.29% | - |
| HSV(B) | 17.14º | 0.32% | 0.35% | - |
| XYZ | 6.91 | 6.54 | 5.17 | - |
| YUV | 73.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 60 | 0 | 0.23 | 0.32 | 0.65 | 17.14 | 0.19 | 0.29 |
| Hex | 58 | 44 | 3C | 0 | 17 | 20 | 41 | 11 | 13 | 1D |
| Octal | 130 | 104 | 74 | 0 | 27 | 40 | 101 | 21 | 23 | 35 |
| Binary | 1011000 | 1000100 | 111100 | 0 | 10111 | 100000 | 1000001 | 10001 | 10011 | 11101 |
Color Harmonies of #58443C
Complementary color
Monochromatic Colors of #58443C
Black with #58443C
Text Example
Text Example
White with #58443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58443C; }
p { color: rgb(88,68,60); }
H1.HeaderClassName
{
color: #58443C;
}
.AnyTagClassName
{
color: #58443C;
}
</style>
background-color css
<style>
a { background-color: #58443C; }
a { background-color: rgb(88,68,60); }
div.DivClassName
{
background-color: #58443C;
}
.BgClassName
{
background-color: #58443C;
}
</style>
border-color css
<style>
span { border-color: #58443C; }
span { border-color: rgb(88,68,60); }
td.TdClassName
{
border-color: #58443C;
}
.TagClassName
{
border-color: #58443C;
}
</style>