Shades of Crater Brown #57413D
Tints of Crater Brown #57413D
RGB
CMYK
RGB Variations
Color information
#57413D (or 0x57413D) is known color: Crater Brown. HEX triplet: 57, 41 and 3D. RGB value is (87,65,61). Sum of RGB (Red+Green+Blue) = 87+65+61=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #57413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57413D is #A8BEC2. Grayscale: #474747. Windows color (decimal): -11058883 or 4014423. OLE color: 4014423.
HSL color Cylindrical-coordinate representation of color #57413D: hue angle of 9.23º 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 #57413D is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 65 | 61 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.66 |
| HSL | 9.23º | 0.18% | 0.29% | - |
| HSV(B) | 9.23º | 0.3% | 0.34% | - |
| XYZ | 6.66 | 6.14 | 5.25 | - |
| YUV | 71.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 61 | 0 | 0.25 | 0.30 | 0.66 | 9.23 | 0.18 | 0.29 |
| Hex | 57 | 41 | 3D | 0 | 19 | 1E | 42 | 9 | 12 | 1D |
| Octal | 127 | 101 | 75 | 0 | 31 | 36 | 102 | 11 | 22 | 35 |
| Binary | 1010111 | 1000001 | 111101 | 0 | 11001 | 11110 | 1000010 | 1001 | 10010 | 11101 |
Color Harmonies of #57413D
Complementary color
Monochromatic Colors of #57413D
Black with #57413D
Text Example
Text Example
White with #57413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57413D; }
p { color: rgb(87,65,61); }
H1.HeaderClassName
{
color: #57413D;
}
.AnyTagClassName
{
color: #57413D;
}
</style>
background-color css
<style>
a { background-color: #57413D; }
a { background-color: rgb(87,65,61); }
div.DivClassName
{
background-color: #57413D;
}
.BgClassName
{
background-color: #57413D;
}
</style>
border-color css
<style>
span { border-color: #57413D; }
span { border-color: rgb(87,65,61); }
td.TdClassName
{
border-color: #57413D;
}
.TagClassName
{
border-color: #57413D;
}
</style>