Shades of Dark Brown #573E1B
Tints of Dark Brown #573E1B
RGB
CMYK
RGB Variations
Color information
#573E1B (or 0x573E1B) is known color: Dark Brown. HEX triplet: 57, 3E and 1B. RGB value is (87,62,27). Sum of RGB (Red+Green+Blue) = 87+62+27=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #573E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573E1B is #A8C1E4. Grayscale: #414141. Windows color (decimal): -11059685 or 1785431. OLE color: 1785431.
HSL color Cylindrical-coordinate representation of color #573E1B: hue angle of 35º 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 #573E1B is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 62 | 27 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.66 |
| HSL | 35º | 0.53% | 0.22% | - |
| HSV(B) | 35º | 0.69% | 0.34% | - |
| XYZ | 5.85 | 5.55 | 1.8 | - |
| YUV | 65.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 62 | 27 | 0 | 0.29 | 0.69 | 0.66 | 35 | 0.53 | 0.22 |
| Hex | 57 | 3E | 1B | 0 | 1D | 45 | 42 | 23 | 35 | 16 |
| Octal | 127 | 76 | 33 | 0 | 35 | 105 | 102 | 43 | 65 | 26 |
| Binary | 1010111 | 111110 | 11011 | 0 | 11101 | 1000101 | 1000010 | 100011 | 110101 | 10110 |
Color Harmonies of #573E1B
Complementary color
Monochromatic Colors of #573E1B
Black with #573E1B
Text Example
Text Example
White with #573E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573E1B; }
p { color: rgb(87,62,27); }
H1.HeaderClassName
{
color: #573E1B;
}
.AnyTagClassName
{
color: #573E1B;
}
</style>
background-color css
<style>
a { background-color: #573E1B; }
a { background-color: rgb(87,62,27); }
div.DivClassName
{
background-color: #573E1B;
}
.BgClassName
{
background-color: #573E1B;
}
</style>
border-color css
<style>
span { border-color: #573E1B; }
span { border-color: rgb(87,62,27); }
td.TdClassName
{
border-color: #573E1B;
}
.TagClassName
{
border-color: #573E1B;
}
</style>