Shades of Very Dark Brown #57413B
Tints of Very Dark Brown #57413B
RGB
CMYK
RGB Variations
Color information
#57413B (or 0x57413B) is known color: Very Dark Brown. HEX triplet: 57, 41 and 3B. RGB value is (87,65,59). Sum of RGB (Red+Green+Blue) = 87+65+59=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #57413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57413B is #A8BEC4. Grayscale: #464646. Windows color (decimal): -11058885 or 3883351. OLE color: 3883351.
HSL color Cylindrical-coordinate representation of color #57413B: hue angle of 12.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57413B is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 65 | 59 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.66 |
| HSL | 12.86º | 0.19% | 0.29% | - |
| HSV(B) | 12.86º | 0.32% | 0.34% | - |
| XYZ | 6.61 | 6.12 | 4.97 | - |
| YUV | 70.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 59 | 0 | 0.25 | 0.32 | 0.66 | 12.86 | 0.19 | 0.29 |
| Hex | 57 | 41 | 3B | 0 | 19 | 20 | 42 | D | 13 | 1D |
| Octal | 127 | 101 | 73 | 0 | 31 | 40 | 102 | 15 | 23 | 35 |
| Binary | 1010111 | 1000001 | 111011 | 0 | 11001 | 100000 | 1000010 | 1101 | 10011 | 11101 |
Color Harmonies of #57413B
Complementary color
Monochromatic Colors of #57413B
Black with #57413B
Text Example
Text Example
White with #57413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57413B; }
p { color: rgb(87,65,59); }
H1.HeaderClassName
{
color: #57413B;
}
.AnyTagClassName
{
color: #57413B;
}
</style>
background-color css
<style>
a { background-color: #57413B; }
a { background-color: rgb(87,65,59); }
div.DivClassName
{
background-color: #57413B;
}
.BgClassName
{
background-color: #57413B;
}
</style>
border-color css
<style>
span { border-color: #57413B; }
span { border-color: rgb(87,65,59); }
td.TdClassName
{
border-color: #57413B;
}
.TagClassName
{
border-color: #57413B;
}
</style>