Shades of Dark Brown #58401B
Tints of Dark Brown #58401B
RGB
CMYK
RGB Variations
Color information
#58401B (or 0x58401B) is known color: Dark Brown. HEX triplet: 58, 40 and 1B. RGB value is (88,64,27). Sum of RGB (Red+Green+Blue) = 88+64+27=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58401B is #A7BFE4. Grayscale: #434343. Windows color (decimal): -10993637 or 1785944. OLE color: 1785944.
HSL color Cylindrical-coordinate representation of color #58401B: hue angle of 36.39º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58401B is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 27 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.65 |
| HSL | 36.39º | 0.53% | 0.23% | - |
| HSV(B) | 36.39º | 0.69% | 0.35% | - |
| XYZ | 6.06 | 5.82 | 1.84 | - |
| YUV | 66.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 27 | 0 | 0.27 | 0.69 | 0.65 | 36.39 | 0.53 | 0.23 |
| Hex | 58 | 40 | 1B | 0 | 1B | 45 | 41 | 24 | 35 | 17 |
| Octal | 130 | 100 | 33 | 0 | 33 | 105 | 101 | 44 | 65 | 27 |
| Binary | 1011000 | 1000000 | 11011 | 0 | 11011 | 1000101 | 1000001 | 100100 | 110101 | 10111 |
Color Harmonies of #58401B
Complementary color
Monochromatic Colors of #58401B
Black with #58401B
Text Example
Text Example
White with #58401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58401B; }
p { color: rgb(88,64,27); }
H1.HeaderClassName
{
color: #58401B;
}
.AnyTagClassName
{
color: #58401B;
}
</style>
background-color css
<style>
a { background-color: #58401B; }
a { background-color: rgb(88,64,27); }
div.DivClassName
{
background-color: #58401B;
}
.BgClassName
{
background-color: #58401B;
}
</style>
border-color css
<style>
span { border-color: #58401B; }
span { border-color: rgb(88,64,27); }
td.TdClassName
{
border-color: #58401B;
}
.TagClassName
{
border-color: #58401B;
}
</style>