Shades of Dark Brown #573F1B
Tints of Dark Brown #573F1B
RGB
CMYK
RGB Variations
Color information
#573F1B (or 0x573F1B) is known color: Dark Brown. HEX triplet: 57, 3F and 1B. RGB value is (87,63,27). Sum of RGB (Red+Green+Blue) = 87+63+27=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #573F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F1B is #A8C0E4. Grayscale: #424242. Windows color (decimal): -11059429 or 1785687. OLE color: 1785687.
HSL color Cylindrical-coordinate representation of color #573F1B: hue angle of 36º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573F1B is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 27 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.66 |
| HSL | 36º | 0.53% | 0.22% | - |
| HSV(B) | 36º | 0.69% | 0.34% | - |
| XYZ | 5.91 | 5.66 | 1.82 | - |
| YUV | 66.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 27 | 0 | 0.28 | 0.69 | 0.66 | 36 | 0.53 | 0.22 |
| Hex | 57 | 3F | 1B | 0 | 1C | 45 | 42 | 24 | 35 | 16 |
| Octal | 127 | 77 | 33 | 0 | 34 | 105 | 102 | 44 | 65 | 26 |
| Binary | 1010111 | 111111 | 11011 | 0 | 11100 | 1000101 | 1000010 | 100100 | 110101 | 10110 |
Color Harmonies of #573F1B
Complementary color
Monochromatic Colors of #573F1B
Black with #573F1B
Text Example
Text Example
White with #573F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F1B; }
p { color: rgb(87,63,27); }
H1.HeaderClassName
{
color: #573F1B;
}
.AnyTagClassName
{
color: #573F1B;
}
</style>
background-color css
<style>
a { background-color: #573F1B; }
a { background-color: rgb(87,63,27); }
div.DivClassName
{
background-color: #573F1B;
}
.BgClassName
{
background-color: #573F1B;
}
</style>
border-color css
<style>
span { border-color: #573F1B; }
span { border-color: rgb(87,63,27); }
td.TdClassName
{
border-color: #573F1B;
}
.TagClassName
{
border-color: #573F1B;
}
</style>