Shades of Very Dark Brown #583F2F
Tints of Very Dark Brown #583F2F
RGB
CMYK
RGB Variations
Color information
#583F2F (or 0x583F2F) is known color: Very Dark Brown. HEX triplet: 58, 3F and 2F. RGB value is (88,63,47). Sum of RGB (Red+Green+Blue) = 88+63+47=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #583F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583F2F is #A7C0D0. Grayscale: #444444. Windows color (decimal): -10993873 or 3096408. OLE color: 3096408.
HSL color Cylindrical-coordinate representation of color #583F2F: hue angle of 23.41º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #583F2F is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 63 | 47 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.65 |
| HSL | 23.41º | 0.3% | 0.26% | - |
| HSV(B) | 23.41º | 0.47% | 0.35% | - |
| XYZ | 6.32 | 5.83 | 3.48 | - |
| YUV | 68.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 47 | 0 | 0.28 | 0.47 | 0.65 | 23.41 | 0.3 | 0.26 |
| Hex | 58 | 3F | 2F | 0 | 1C | 2F | 41 | 17 | 1E | 1A |
| Octal | 130 | 77 | 57 | 0 | 34 | 57 | 101 | 27 | 36 | 32 |
| Binary | 1011000 | 111111 | 101111 | 0 | 11100 | 101111 | 1000001 | 10111 | 11110 | 11010 |
Color Harmonies of #583F2F
Complementary color
Monochromatic Colors of #583F2F
Black with #583F2F
Text Example
Text Example
White with #583F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F2F; }
p { color: rgb(88,63,47); }
H1.HeaderClassName
{
color: #583F2F;
}
.AnyTagClassName
{
color: #583F2F;
}
</style>
background-color css
<style>
a { background-color: #583F2F; }
a { background-color: rgb(88,63,47); }
div.DivClassName
{
background-color: #583F2F;
}
.BgClassName
{
background-color: #583F2F;
}
</style>
border-color css
<style>
span { border-color: #583F2F; }
span { border-color: rgb(88,63,47); }
td.TdClassName
{
border-color: #583F2F;
}
.TagClassName
{
border-color: #583F2F;
}
</style>