Shades of Very Dark Brown #573D34
Tints of Very Dark Brown #573D34
RGB
CMYK
RGB Variations
Color information
#573D34 (or 0x573D34) is known color: Very Dark Brown. HEX triplet: 57, 3D and 34. RGB value is (87,61,52). Sum of RGB (Red+Green+Blue) = 87+61+52=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #573D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D34 is #A8C2CB. Grayscale: #434343. Windows color (decimal): -11059916 or 3423575. OLE color: 3423575.
HSL color Cylindrical-coordinate representation of color #573D34: hue angle of 15.43º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #573D34 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 52 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.66 |
| HSL | 15.43º | 0.25% | 0.27% | - |
| HSV(B) | 15.43º | 0.4% | 0.34% | - |
| XYZ | 6.22 | 5.61 | 4 | - |
| YUV | 67.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 52 | 0 | 0.30 | 0.40 | 0.66 | 15.43 | 0.25 | 0.27 |
| Hex | 57 | 3D | 34 | 0 | 1E | 28 | 42 | F | 19 | 1B |
| Octal | 127 | 75 | 64 | 0 | 36 | 50 | 102 | 17 | 31 | 33 |
| Binary | 1010111 | 111101 | 110100 | 0 | 11110 | 101000 | 1000010 | 1111 | 11001 | 11011 |
Color Harmonies of #573D34
Complementary color
Monochromatic Colors of #573D34
Black with #573D34
Text Example
Text Example
White with #573D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D34; }
p { color: rgb(87,61,52); }
H1.HeaderClassName
{
color: #573D34;
}
.AnyTagClassName
{
color: #573D34;
}
</style>
background-color css
<style>
a { background-color: #573D34; }
a { background-color: rgb(87,61,52); }
div.DivClassName
{
background-color: #573D34;
}
.BgClassName
{
background-color: #573D34;
}
</style>
border-color css
<style>
span { border-color: #573D34; }
span { border-color: rgb(87,61,52); }
td.TdClassName
{
border-color: #573D34;
}
.TagClassName
{
border-color: #573D34;
}
</style>