Shades of Dark Brown #58421E
Tints of Dark Brown #58421E
RGB
CMYK
RGB Variations
Color information
#58421E (or 0x58421E) is known color: Dark Brown. HEX triplet: 58, 42 and 1E. RGB value is (88,66,30). Sum of RGB (Red+Green+Blue) = 88+66+30=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58421E is #A7BDE1. Grayscale: #444444. Windows color (decimal): -10993122 or 1983064. OLE color: 1983064.
HSL color Cylindrical-coordinate representation of color #58421E: hue angle of 37.24º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58421E is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 30 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.65 |
| HSL | 37.24º | 0.49% | 0.23% | - |
| HSV(B) | 37.24º | 0.66% | 0.35% | - |
| XYZ | 6.21 | 6.06 | 2.07 | - |
| YUV | 68.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 30 | 0 | 0.25 | 0.66 | 0.65 | 37.24 | 0.49 | 0.23 |
| Hex | 58 | 42 | 1E | 0 | 19 | 42 | 41 | 25 | 31 | 17 |
| Octal | 130 | 102 | 36 | 0 | 31 | 102 | 101 | 45 | 61 | 27 |
| Binary | 1011000 | 1000010 | 11110 | 0 | 11001 | 1000010 | 1000001 | 100101 | 110001 | 10111 |
Color Harmonies of #58421E
Complementary color
Monochromatic Colors of #58421E
Black with #58421E
Text Example
Text Example
White with #58421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58421E; }
p { color: rgb(88,66,30); }
H1.HeaderClassName
{
color: #58421E;
}
.AnyTagClassName
{
color: #58421E;
}
</style>
background-color css
<style>
a { background-color: #58421E; }
a { background-color: rgb(88,66,30); }
div.DivClassName
{
background-color: #58421E;
}
.BgClassName
{
background-color: #58421E;
}
</style>
border-color css
<style>
span { border-color: #58421E; }
span { border-color: rgb(88,66,30); }
td.TdClassName
{
border-color: #58421E;
}
.TagClassName
{
border-color: #58421E;
}
</style>