Shades of Very Dark Brown #57453F
Tints of Very Dark Brown #57453F
RGB
CMYK
RGB Variations
Color information
#57453F (or 0x57453F) is known color: Very Dark Brown. HEX triplet: 57, 45 and 3F. RGB value is (87,69,63). Sum of RGB (Red+Green+Blue) = 87+69+63=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #57453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57453F is #A8BAC0. Grayscale: #494949. Windows color (decimal): -11057857 or 4146519. OLE color: 4146519.
HSL color Cylindrical-coordinate representation of color #57453F: hue angle of 15º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57453F is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 63 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.66 |
| HSL | 15º | 0.16% | 0.29% | - |
| HSV(B) | 15º | 0.28% | 0.34% | - |
| XYZ | 6.96 | 6.64 | 5.62 | - |
| YUV | 73.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 63 | 0 | 0.21 | 0.28 | 0.66 | 15 | 0.16 | 0.29 |
| Hex | 57 | 45 | 3F | 0 | 15 | 1C | 42 | F | 10 | 1D |
| Octal | 127 | 105 | 77 | 0 | 25 | 34 | 102 | 17 | 20 | 35 |
| Binary | 1010111 | 1000101 | 111111 | 0 | 10101 | 11100 | 1000010 | 1111 | 10000 | 11101 |
Color Harmonies of #57453F
Complementary color
Monochromatic Colors of #57453F
Black with #57453F
Text Example
Text Example
White with #57453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57453F; }
p { color: rgb(87,69,63); }
H1.HeaderClassName
{
color: #57453F;
}
.AnyTagClassName
{
color: #57453F;
}
</style>
background-color css
<style>
a { background-color: #57453F; }
a { background-color: rgb(87,69,63); }
div.DivClassName
{
background-color: #57453F;
}
.BgClassName
{
background-color: #57453F;
}
</style>
border-color css
<style>
span { border-color: #57453F; }
span { border-color: rgb(87,69,63); }
td.TdClassName
{
border-color: #57453F;
}
.TagClassName
{
border-color: #57453F;
}
</style>