Shades of Very Dark Brown #57443D
Tints of Very Dark Brown #57443D
RGB
CMYK
RGB Variations
Color information
#57443D (or 0x57443D) is known color: Very Dark Brown. HEX triplet: 57, 44 and 3D. RGB value is (87,68,61). Sum of RGB (Red+Green+Blue) = 87+68+61=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #57443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57443D is #A8BBC2. Grayscale: #484848. Windows color (decimal): -11058115 or 4015191. OLE color: 4015191.
HSL color Cylindrical-coordinate representation of color #57443D: hue angle of 16.15º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57443D is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 61 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.66 |
| HSL | 16.15º | 0.18% | 0.29% | - |
| HSV(B) | 16.15º | 0.3% | 0.34% | - |
| XYZ | 6.84 | 6.5 | 5.31 | - |
| YUV | 72.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 61 | 0 | 0.22 | 0.30 | 0.66 | 16.15 | 0.18 | 0.29 |
| Hex | 57 | 44 | 3D | 0 | 16 | 1E | 42 | 10 | 12 | 1D |
| Octal | 127 | 104 | 75 | 0 | 26 | 36 | 102 | 20 | 22 | 35 |
| Binary | 1010111 | 1000100 | 111101 | 0 | 10110 | 11110 | 1000010 | 10000 | 10010 | 11101 |
Color Harmonies of #57443D
Complementary color
Monochromatic Colors of #57443D
Black with #57443D
Text Example
Text Example
White with #57443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57443D; }
p { color: rgb(87,68,61); }
H1.HeaderClassName
{
color: #57443D;
}
.AnyTagClassName
{
color: #57443D;
}
</style>
background-color css
<style>
a { background-color: #57443D; }
a { background-color: rgb(87,68,61); }
div.DivClassName
{
background-color: #57443D;
}
.BgClassName
{
background-color: #57443D;
}
</style>
border-color css
<style>
span { border-color: #57443D; }
span { border-color: rgb(87,68,61); }
td.TdClassName
{
border-color: #57443D;
}
.TagClassName
{
border-color: #57443D;
}
</style>