Shades of Dark Brown #58411A
Tints of Dark Brown #58411A
RGB
CMYK
RGB Variations
Color information
#58411A (or 0x58411A) is known color: Dark Brown. HEX triplet: 58, 41 and 1A. RGB value is (88,65,26). Sum of RGB (Red+Green+Blue) = 88+65+26=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58411A is #A7BEE5. Grayscale: #434343. Windows color (decimal): -10993382 or 1720664. OLE color: 1720664.
HSL color Cylindrical-coordinate representation of color #58411A: hue angle of 37.74º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58411A is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 26 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.65 |
| HSL | 37.74º | 0.54% | 0.22% | - |
| HSV(B) | 37.74º | 0.7% | 0.35% | - |
| XYZ | 6.1 | 5.93 | 1.8 | - |
| YUV | 67.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 26 | 0 | 0.26 | 0.70 | 0.65 | 37.74 | 0.54 | 0.22 |
| Hex | 58 | 41 | 1A | 0 | 1A | 46 | 41 | 26 | 36 | 16 |
| Octal | 130 | 101 | 32 | 0 | 32 | 106 | 101 | 46 | 66 | 26 |
| Binary | 1011000 | 1000001 | 11010 | 0 | 11010 | 1000110 | 1000001 | 100110 | 110110 | 10110 |
Color Harmonies of #58411A
Complementary color
Monochromatic Colors of #58411A
Black with #58411A
Text Example
Text Example
White with #58411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58411A; }
p { color: rgb(88,65,26); }
H1.HeaderClassName
{
color: #58411A;
}
.AnyTagClassName
{
color: #58411A;
}
</style>
background-color css
<style>
a { background-color: #58411A; }
a { background-color: rgb(88,65,26); }
div.DivClassName
{
background-color: #58411A;
}
.BgClassName
{
background-color: #58411A;
}
</style>
border-color css
<style>
span { border-color: #58411A; }
span { border-color: rgb(88,65,26); }
td.TdClassName
{
border-color: #58411A;
}
.TagClassName
{
border-color: #58411A;
}
</style>