Shades of Crater Brown #56403D
Tints of Crater Brown #56403D
RGB
CMYK
RGB Variations
Color information
#56403D (or 0x56403D) is known color: Crater Brown. HEX triplet: 56, 40 and 3D. RGB value is (86,64,61). Sum of RGB (Red+Green+Blue) = 86+64+61=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #56403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56403D is #A9BFC2. Grayscale: #464646. Windows color (decimal): -11124675 or 4014166. OLE color: 4014166.
HSL color Cylindrical-coordinate representation of color #56403D: hue angle of 7.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56403D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 61 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.66 |
| HSL | 7.2º | 0.17% | 0.29% | - |
| HSV(B) | 7.2º | 0.29% | 0.34% | - |
| XYZ | 6.51 | 5.98 | 5.23 | - |
| YUV | 70.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 61 | 0 | 0.26 | 0.29 | 0.66 | 7.2 | 0.17 | 0.29 |
| Hex | 56 | 40 | 3D | 0 | 1A | 1D | 42 | 7 | 11 | 1D |
| Octal | 126 | 100 | 75 | 0 | 32 | 35 | 102 | 7 | 21 | 35 |
| Binary | 1010110 | 1000000 | 111101 | 0 | 11010 | 11101 | 1000010 | 111 | 10001 | 11101 |
Color Harmonies of #56403D
Complementary color
Monochromatic Colors of #56403D
Black with #56403D
Text Example
Text Example
White with #56403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56403D; }
p { color: rgb(86,64,61); }
H1.HeaderClassName
{
color: #56403D;
}
.AnyTagClassName
{
color: #56403D;
}
</style>
background-color css
<style>
a { background-color: #56403D; }
a { background-color: rgb(86,64,61); }
div.DivClassName
{
background-color: #56403D;
}
.BgClassName
{
background-color: #56403D;
}
</style>
border-color css
<style>
span { border-color: #56403D; }
span { border-color: rgb(86,64,61); }
td.TdClassName
{
border-color: #56403D;
}
.TagClassName
{
border-color: #56403D;
}
</style>