Shades of Crater Brown #56433F
Tints of Crater Brown #56433F
RGB
CMYK
RGB Variations
Color information
#56433F (or 0x56433F) is known color: Crater Brown. HEX triplet: 56, 43 and 3F. RGB value is (86,67,63). Sum of RGB (Red+Green+Blue) = 86+67+63=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56433F is #A9BCC0. Grayscale: #484848. Windows color (decimal): -11123905 or 4146006. OLE color: 4146006.
HSL color Cylindrical-coordinate representation of color #56433F: hue angle of 10.43º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56433F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 63 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.66 |
| HSL | 10.43º | 0.15% | 0.29% | - |
| HSV(B) | 10.43º | 0.27% | 0.34% | - |
| XYZ | 6.74 | 6.35 | 5.57 | - |
| YUV | 72.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 63 | 0 | 0.22 | 0.27 | 0.66 | 10.43 | 0.15 | 0.29 |
| Hex | 56 | 43 | 3F | 0 | 16 | 1B | 42 | A | F | 1D |
| Octal | 126 | 103 | 77 | 0 | 26 | 33 | 102 | 12 | 17 | 35 |
| Binary | 1010110 | 1000011 | 111111 | 0 | 10110 | 11011 | 1000010 | 1010 | 1111 | 11101 |
Color Harmonies of #56433F
Complementary color
Monochromatic Colors of #56433F
Black with #56433F
Text Example
Text Example
White with #56433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56433F; }
p { color: rgb(86,67,63); }
H1.HeaderClassName
{
color: #56433F;
}
.AnyTagClassName
{
color: #56433F;
}
</style>
background-color css
<style>
a { background-color: #56433F; }
a { background-color: rgb(86,67,63); }
div.DivClassName
{
background-color: #56433F;
}
.BgClassName
{
background-color: #56433F;
}
</style>
border-color css
<style>
span { border-color: #56433F; }
span { border-color: rgb(86,67,63); }
td.TdClassName
{
border-color: #56433F;
}
.TagClassName
{
border-color: #56433F;
}
</style>