Shades of Very Dark Brown #583F32
Tints of Very Dark Brown #583F32
RGB
CMYK
RGB Variations
Color information
#583F32 (or 0x583F32) is known color: Very Dark Brown. HEX triplet: 58, 3F and 32. RGB value is (88,63,50). Sum of RGB (Red+Green+Blue) = 88+63+50=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #583F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583F32 is #A7C0CD. Grayscale: #454545. Windows color (decimal): -10993870 or 3293016. OLE color: 3293016.
HSL color Cylindrical-coordinate representation of color #583F32: hue angle of 20.53º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #583F32 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 63 | 50 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.65 |
| HSL | 20.53º | 0.28% | 0.27% | - |
| HSV(B) | 20.53º | 0.43% | 0.35% | - |
| XYZ | 6.38 | 5.86 | 3.81 | - |
| YUV | 68.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 50 | 0 | 0.28 | 0.43 | 0.65 | 20.53 | 0.28 | 0.27 |
| Hex | 58 | 3F | 32 | 0 | 1C | 2B | 41 | 15 | 1C | 1B |
| Octal | 130 | 77 | 62 | 0 | 34 | 53 | 101 | 25 | 34 | 33 |
| Binary | 1011000 | 111111 | 110010 | 0 | 11100 | 101011 | 1000001 | 10101 | 11100 | 11011 |
Color Harmonies of #583F32
Complementary color
Monochromatic Colors of #583F32
Black with #583F32
Text Example
Text Example
White with #583F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F32; }
p { color: rgb(88,63,50); }
H1.HeaderClassName
{
color: #583F32;
}
.AnyTagClassName
{
color: #583F32;
}
</style>
background-color css
<style>
a { background-color: #583F32; }
a { background-color: rgb(88,63,50); }
div.DivClassName
{
background-color: #583F32;
}
.BgClassName
{
background-color: #583F32;
}
</style>
border-color css
<style>
span { border-color: #583F32; }
span { border-color: rgb(88,63,50); }
td.TdClassName
{
border-color: #583F32;
}
.TagClassName
{
border-color: #583F32;
}
</style>