Shades of Very Dark Brown #58433D
Tints of Very Dark Brown #58433D
RGB
CMYK
RGB Variations
Color information
#58433D (or 0x58433D) is known color: Very Dark Brown. HEX triplet: 58, 43 and 3D. RGB value is (88,67,61). Sum of RGB (Red+Green+Blue) = 88+67+61=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58433D is #A7BCC2. Grayscale: #484848. Windows color (decimal): -10992835 or 4014936. OLE color: 4014936.
HSL color Cylindrical-coordinate representation of color #58433D: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58433D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 67 | 61 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.65 |
| HSL | 13.33º | 0.18% | 0.29% | - |
| HSV(B) | 13.33º | 0.31% | 0.35% | - |
| XYZ | 6.87 | 6.43 | 5.29 | - |
| YUV | 72.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 61 | 0 | 0.24 | 0.31 | 0.65 | 13.33 | 0.18 | 0.29 |
| Hex | 58 | 43 | 3D | 0 | 18 | 1F | 41 | D | 12 | 1D |
| Octal | 130 | 103 | 75 | 0 | 30 | 37 | 101 | 15 | 22 | 35 |
| Binary | 1011000 | 1000011 | 111101 | 0 | 11000 | 11111 | 1000001 | 1101 | 10010 | 11101 |
Color Harmonies of #58433D
Complementary color
Monochromatic Colors of #58433D
Black with #58433D
Text Example
Text Example
White with #58433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58433D; }
p { color: rgb(88,67,61); }
H1.HeaderClassName
{
color: #58433D;
}
.AnyTagClassName
{
color: #58433D;
}
</style>
background-color css
<style>
a { background-color: #58433D; }
a { background-color: rgb(88,67,61); }
div.DivClassName
{
background-color: #58433D;
}
.BgClassName
{
background-color: #58433D;
}
</style>
border-color css
<style>
span { border-color: #58433D; }
span { border-color: rgb(88,67,61); }
td.TdClassName
{
border-color: #58433D;
}
.TagClassName
{
border-color: #58433D;
}
</style>