Shades of Crater Brown #56403E
Tints of Crater Brown #56403E
RGB
CMYK
RGB Variations
Color information
#56403E (or 0x56403E) is known color: Crater Brown. HEX triplet: 56, 40 and 3E. RGB value is (86,64,62). Sum of RGB (Red+Green+Blue) = 86+64+62=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #56403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56403E is #A9BFC1. Grayscale: #464646. Windows color (decimal): -11124674 or 4079702. OLE color: 4079702.
HSL color Cylindrical-coordinate representation of color #56403E: hue angle of 5º 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 #56403E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 62 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.66 |
| HSL | 5º | 0.16% | 0.29% | - |
| HSV(B) | 5º | 0.28% | 0.34% | - |
| XYZ | 6.54 | 5.99 | 5.37 | - |
| YUV | 70.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 62 | 0 | 0.26 | 0.28 | 0.66 | 5 | 0.16 | 0.29 |
| Hex | 56 | 40 | 3E | 0 | 1A | 1C | 42 | 5 | 10 | 1D |
| Octal | 126 | 100 | 76 | 0 | 32 | 34 | 102 | 5 | 20 | 35 |
| Binary | 1010110 | 1000000 | 111110 | 0 | 11010 | 11100 | 1000010 | 101 | 10000 | 11101 |
Color Harmonies of #56403E
Complementary color
Monochromatic Colors of #56403E
Black with #56403E
Text Example
Text Example
White with #56403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56403E; }
p { color: rgb(86,64,62); }
H1.HeaderClassName
{
color: #56403E;
}
.AnyTagClassName
{
color: #56403E;
}
</style>
background-color css
<style>
a { background-color: #56403E; }
a { background-color: rgb(86,64,62); }
div.DivClassName
{
background-color: #56403E;
}
.BgClassName
{
background-color: #56403E;
}
</style>
border-color css
<style>
span { border-color: #56403E; }
span { border-color: rgb(86,64,62); }
td.TdClassName
{
border-color: #56403E;
}
.TagClassName
{
border-color: #56403E;
}
</style>