Shades of Crater Brown #56413C
Tints of Crater Brown #56413C
RGB
CMYK
RGB Variations
Color information
#56413C (or 0x56413C) is known color: Crater Brown. HEX triplet: 56, 41 and 3C. RGB value is (86,65,60). Sum of RGB (Red+Green+Blue) = 86+65+60=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #56413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56413C is #A9BEC3. Grayscale: #464646. Windows color (decimal): -11124420 or 3948886. OLE color: 3948886.
HSL color Cylindrical-coordinate representation of color #56413C: hue angle of 11.54º 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 #56413C is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 60 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.66 |
| HSL | 11.54º | 0.18% | 0.29% | - |
| HSV(B) | 11.54º | 0.3% | 0.34% | - |
| XYZ | 6.54 | 6.09 | 5.1 | - |
| YUV | 70.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 60 | 0 | 0.24 | 0.30 | 0.66 | 11.54 | 0.18 | 0.29 |
| Hex | 56 | 41 | 3C | 0 | 18 | 1E | 42 | C | 12 | 1D |
| Octal | 126 | 101 | 74 | 0 | 30 | 36 | 102 | 14 | 22 | 35 |
| Binary | 1010110 | 1000001 | 111100 | 0 | 11000 | 11110 | 1000010 | 1100 | 10010 | 11101 |
Color Harmonies of #56413C
Complementary color
Monochromatic Colors of #56413C
Black with #56413C
Text Example
Text Example
White with #56413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56413C; }
p { color: rgb(86,65,60); }
H1.HeaderClassName
{
color: #56413C;
}
.AnyTagClassName
{
color: #56413C;
}
</style>
background-color css
<style>
a { background-color: #56413C; }
a { background-color: rgb(86,65,60); }
div.DivClassName
{
background-color: #56413C;
}
.BgClassName
{
background-color: #56413C;
}
</style>
border-color css
<style>
span { border-color: #56413C; }
span { border-color: rgb(86,65,60); }
td.TdClassName
{
border-color: #56413C;
}
.TagClassName
{
border-color: #56413C;
}
</style>