Shades of Dark Brown #573D1B
Tints of Dark Brown #573D1B
RGB
CMYK
RGB Variations
Color information
#573D1B (or 0x573D1B) is known color: Dark Brown. HEX triplet: 57, 3D and 1B. RGB value is (87,61,27). Sum of RGB (Red+Green+Blue) = 87+61+27=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #573D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D1B is #A8C2E4. Grayscale: #414141. Windows color (decimal): -11059941 or 1785175. OLE color: 1785175.
HSL color Cylindrical-coordinate representation of color #573D1B: hue angle of 34º 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 #573D1B is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 27 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.66 |
| HSL | 34º | 0.53% | 0.22% | - |
| HSV(B) | 34º | 0.69% | 0.34% | - |
| XYZ | 5.8 | 5.44 | 1.78 | - |
| YUV | 64.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 27 | 0 | 0.30 | 0.69 | 0.66 | 34 | 0.53 | 0.22 |
| Hex | 57 | 3D | 1B | 0 | 1E | 45 | 42 | 22 | 35 | 16 |
| Octal | 127 | 75 | 33 | 0 | 36 | 105 | 102 | 42 | 65 | 26 |
| Binary | 1010111 | 111101 | 11011 | 0 | 11110 | 1000101 | 1000010 | 100010 | 110101 | 10110 |
Color Harmonies of #573D1B
Complementary color
Monochromatic Colors of #573D1B
Black with #573D1B
Text Example
Text Example
White with #573D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D1B; }
p { color: rgb(87,61,27); }
H1.HeaderClassName
{
color: #573D1B;
}
.AnyTagClassName
{
color: #573D1B;
}
</style>
background-color css
<style>
a { background-color: #573D1B; }
a { background-color: rgb(87,61,27); }
div.DivClassName
{
background-color: #573D1B;
}
.BgClassName
{
background-color: #573D1B;
}
</style>
border-color css
<style>
span { border-color: #573D1B; }
span { border-color: rgb(87,61,27); }
td.TdClassName
{
border-color: #573D1B;
}
.TagClassName
{
border-color: #573D1B;
}
</style>