Shades of Cioccolato #573A2B
Tints of Cioccolato #573A2B
RGB
CMYK
RGB Variations
Color information
#573A2B (or 0x573A2B) is known color: Cioccolato. HEX triplet: 57, 3A and 2B. RGB value is (87,58,43). Sum of RGB (Red+Green+Blue) = 87+58+43=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #573A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A2B is #A8C5D4. Grayscale: #414141. Windows color (decimal): -11060693 or 2832983. OLE color: 2832983.
HSL color Cylindrical-coordinate representation of color #573A2B: hue angle of 20.45º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #573A2B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 43 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.66 |
| HSL | 20.45º | 0.34% | 0.25% | - |
| HSV(B) | 20.45º | 0.51% | 0.34% | - |
| XYZ | 5.88 | 5.23 | 2.98 | - |
| YUV | 64.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 43 | 0 | 0.33 | 0.51 | 0.66 | 20.45 | 0.34 | 0.25 |
| Hex | 57 | 3A | 2B | 0 | 21 | 33 | 42 | 14 | 22 | 19 |
| Octal | 127 | 72 | 53 | 0 | 41 | 63 | 102 | 24 | 42 | 31 |
| Binary | 1010111 | 111010 | 101011 | 0 | 100001 | 110011 | 1000010 | 10100 | 100010 | 11001 |
Color Harmonies of #573A2B
Complementary color
Monochromatic Colors of #573A2B
Black with #573A2B
Text Example
Text Example
White with #573A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A2B; }
p { color: rgb(87,58,43); }
H1.HeaderClassName
{
color: #573A2B;
}
.AnyTagClassName
{
color: #573A2B;
}
</style>
background-color css
<style>
a { background-color: #573A2B; }
a { background-color: rgb(87,58,43); }
div.DivClassName
{
background-color: #573A2B;
}
.BgClassName
{
background-color: #573A2B;
}
</style>
border-color css
<style>
span { border-color: #573A2B; }
span { border-color: rgb(87,58,43); }
td.TdClassName
{
border-color: #573A2B;
}
.TagClassName
{
border-color: #573A2B;
}
</style>