Shades of Very Dark Brown #573F32
Tints of Very Dark Brown #573F32
RGB
CMYK
RGB Variations
Color information
#573F32 (or 0x573F32) is known color: Very Dark Brown. HEX triplet: 57, 3F and 32. RGB value is (87,63,50). Sum of RGB (Red+Green+Blue) = 87+63+50=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #573F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F32 is #A8C0CD. Grayscale: #444444. Windows color (decimal): -11059406 or 3293015. OLE color: 3293015.
HSL color Cylindrical-coordinate representation of color #573F32: hue angle of 21.08º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #573F32 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 50 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.66 |
| HSL | 21.08º | 0.27% | 0.27% | - |
| HSV(B) | 21.08º | 0.43% | 0.34% | - |
| XYZ | 6.28 | 5.81 | 3.81 | - |
| YUV | 68.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 50 | 0 | 0.28 | 0.43 | 0.66 | 21.08 | 0.27 | 0.27 |
| Hex | 57 | 3F | 32 | 0 | 1C | 2B | 42 | 15 | 1B | 1B |
| Octal | 127 | 77 | 62 | 0 | 34 | 53 | 102 | 25 | 33 | 33 |
| Binary | 1010111 | 111111 | 110010 | 0 | 11100 | 101011 | 1000010 | 10101 | 11011 | 11011 |
Color Harmonies of #573F32
Complementary color
Monochromatic Colors of #573F32
Black with #573F32
Text Example
Text Example
White with #573F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F32; }
p { color: rgb(87,63,50); }
H1.HeaderClassName
{
color: #573F32;
}
.AnyTagClassName
{
color: #573F32;
}
</style>
background-color css
<style>
a { background-color: #573F32; }
a { background-color: rgb(87,63,50); }
div.DivClassName
{
background-color: #573F32;
}
.BgClassName
{
background-color: #573F32;
}
</style>
border-color css
<style>
span { border-color: #573F32; }
span { border-color: rgb(87,63,50); }
td.TdClassName
{
border-color: #573F32;
}
.TagClassName
{
border-color: #573F32;
}
</style>