Shades of Crater Brown #57403D
Tints of Crater Brown #57403D
RGB
CMYK
RGB Variations
Color information
#57403D (or 0x57403D) is known color: Crater Brown. HEX triplet: 57, 40 and 3D. RGB value is (87,64,61). Sum of RGB (Red+Green+Blue) = 87+64+61=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #57403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57403D is #A8BFC2. Grayscale: #464646. Windows color (decimal): -11059139 or 4014167. OLE color: 4014167.
HSL color Cylindrical-coordinate representation of color #57403D: hue angle of 6.92º 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 #57403D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 64 | 61 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.66 |
| HSL | 6.92º | 0.18% | 0.29% | - |
| HSV(B) | 6.92º | 0.3% | 0.34% | - |
| XYZ | 6.61 | 6.03 | 5.23 | - |
| YUV | 70.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 61 | 0 | 0.26 | 0.30 | 0.66 | 6.92 | 0.18 | 0.29 |
| Hex | 57 | 40 | 3D | 0 | 1A | 1E | 42 | 7 | 12 | 1D |
| Octal | 127 | 100 | 75 | 0 | 32 | 36 | 102 | 7 | 22 | 35 |
| Binary | 1010111 | 1000000 | 111101 | 0 | 11010 | 11110 | 1000010 | 111 | 10010 | 11101 |
Color Harmonies of #57403D
Complementary color
Monochromatic Colors of #57403D
Black with #57403D
Text Example
Text Example
White with #57403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57403D; }
p { color: rgb(87,64,61); }
H1.HeaderClassName
{
color: #57403D;
}
.AnyTagClassName
{
color: #57403D;
}
</style>
background-color css
<style>
a { background-color: #57403D; }
a { background-color: rgb(87,64,61); }
div.DivClassName
{
background-color: #57403D;
}
.BgClassName
{
background-color: #57403D;
}
</style>
border-color css
<style>
span { border-color: #57403D; }
span { border-color: rgb(87,64,61); }
td.TdClassName
{
border-color: #57403D;
}
.TagClassName
{
border-color: #57403D;
}
</style>