Shades of Very Dark Brown #573F33
Tints of Very Dark Brown #573F33
RGB
CMYK
RGB Variations
Color information
#573F33 (or 0x573F33) is known color: Very Dark Brown. HEX triplet: 57, 3F and 33. RGB value is (87,63,51). Sum of RGB (Red+Green+Blue) = 87+63+51=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #573F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F33 is #A8C0CC. Grayscale: #444444. Windows color (decimal): -11059405 or 3358551. OLE color: 3358551.
HSL color Cylindrical-coordinate representation of color #573F33: hue angle of 20º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #573F33 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 51 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.66 |
| HSL | 20º | 0.26% | 0.27% | - |
| HSV(B) | 20º | 0.41% | 0.34% | - |
| XYZ | 6.31 | 5.82 | 3.92 | - |
| YUV | 68.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 51 | 0 | 0.28 | 0.41 | 0.66 | 20 | 0.26 | 0.27 |
| Hex | 57 | 3F | 33 | 0 | 1C | 29 | 42 | 14 | 1A | 1B |
| Octal | 127 | 77 | 63 | 0 | 34 | 51 | 102 | 24 | 32 | 33 |
| Binary | 1010111 | 111111 | 110011 | 0 | 11100 | 101001 | 1000010 | 10100 | 11010 | 11011 |
Color Harmonies of #573F33
Complementary color
Monochromatic Colors of #573F33
Black with #573F33
Text Example
Text Example
White with #573F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F33; }
p { color: rgb(87,63,51); }
H1.HeaderClassName
{
color: #573F33;
}
.AnyTagClassName
{
color: #573F33;
}
</style>
background-color css
<style>
a { background-color: #573F33; }
a { background-color: rgb(87,63,51); }
div.DivClassName
{
background-color: #573F33;
}
.BgClassName
{
background-color: #573F33;
}
</style>
border-color css
<style>
span { border-color: #573F33; }
span { border-color: rgb(87,63,51); }
td.TdClassName
{
border-color: #573F33;
}
.TagClassName
{
border-color: #573F33;
}
</style>