Shades of Dark Brown #58411E
Tints of Dark Brown #58411E
RGB
CMYK
RGB Variations
Color information
#58411E (or 0x58411E) is known color: Dark Brown. HEX triplet: 58, 41 and 1E. RGB value is (88,65,30). Sum of RGB (Red+Green+Blue) = 88+65+30=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58411E is #A7BEE1. Grayscale: #444444. Windows color (decimal): -10993378 or 1982808. OLE color: 1982808.
HSL color Cylindrical-coordinate representation of color #58411E: hue angle of 36.21º 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 #58411E is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 30 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.65 |
| HSL | 36.21º | 0.49% | 0.23% | - |
| HSV(B) | 36.21º | 0.66% | 0.35% | - |
| XYZ | 6.15 | 5.95 | 2.05 | - |
| YUV | 67.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 30 | 0 | 0.26 | 0.66 | 0.65 | 36.21 | 0.49 | 0.23 |
| Hex | 58 | 41 | 1E | 0 | 1A | 42 | 41 | 24 | 31 | 17 |
| Octal | 130 | 101 | 36 | 0 | 32 | 102 | 101 | 44 | 61 | 27 |
| Binary | 1011000 | 1000001 | 11110 | 0 | 11010 | 1000010 | 1000001 | 100100 | 110001 | 10111 |
Color Harmonies of #58411E
Complementary color
Monochromatic Colors of #58411E
Black with #58411E
Text Example
Text Example
White with #58411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58411E; }
p { color: rgb(88,65,30); }
H1.HeaderClassName
{
color: #58411E;
}
.AnyTagClassName
{
color: #58411E;
}
</style>
background-color css
<style>
a { background-color: #58411E; }
a { background-color: rgb(88,65,30); }
div.DivClassName
{
background-color: #58411E;
}
.BgClassName
{
background-color: #58411E;
}
</style>
border-color css
<style>
span { border-color: #58411E; }
span { border-color: rgb(88,65,30); }
td.TdClassName
{
border-color: #58411E;
}
.TagClassName
{
border-color: #58411E;
}
</style>