Shades of Dark Brown #573F1C
Tints of Dark Brown #573F1C
RGB
CMYK
RGB Variations
Color information
#573F1C (or 0x573F1C) is known color: Dark Brown. HEX triplet: 57, 3F and 1C. RGB value is (87,63,28). Sum of RGB (Red+Green+Blue) = 87+63+28=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #573F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F1C is #A8C0E3. Grayscale: #424242. Windows color (decimal): -11059428 or 1851223. OLE color: 1851223.
HSL color Cylindrical-coordinate representation of color #573F1C: hue angle of 35.59º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573F1C is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 28 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.66 |
| HSL | 35.59º | 0.51% | 0.23% | - |
| HSV(B) | 35.59º | 0.68% | 0.34% | - |
| XYZ | 5.92 | 5.67 | 1.88 | - |
| YUV | 66.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 28 | 0 | 0.28 | 0.68 | 0.66 | 35.59 | 0.51 | 0.23 |
| Hex | 57 | 3F | 1C | 0 | 1C | 44 | 42 | 24 | 33 | 17 |
| Octal | 127 | 77 | 34 | 0 | 34 | 104 | 102 | 44 | 63 | 27 |
| Binary | 1010111 | 111111 | 11100 | 0 | 11100 | 1000100 | 1000010 | 100100 | 110011 | 10111 |
Color Harmonies of #573F1C
Complementary color
Monochromatic Colors of #573F1C
Black with #573F1C
Text Example
Text Example
White with #573F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F1C; }
p { color: rgb(87,63,28); }
H1.HeaderClassName
{
color: #573F1C;
}
.AnyTagClassName
{
color: #573F1C;
}
</style>
background-color css
<style>
a { background-color: #573F1C; }
a { background-color: rgb(87,63,28); }
div.DivClassName
{
background-color: #573F1C;
}
.BgClassName
{
background-color: #573F1C;
}
</style>
border-color css
<style>
span { border-color: #573F1C; }
span { border-color: rgb(87,63,28); }
td.TdClassName
{
border-color: #573F1C;
}
.TagClassName
{
border-color: #573F1C;
}
</style>