Shades of Crater Brown #563F3C
Tints of Crater Brown #563F3C
RGB
CMYK
RGB Variations
Color information
#563F3C (or 0x563F3C) is known color: Crater Brown. HEX triplet: 56, 3F and 3C. RGB value is (86,63,60). Sum of RGB (Red+Green+Blue) = 86+63+60=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #563F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F3C is #A9C0C3. Grayscale: #454545. Windows color (decimal): -11124932 or 3948374. OLE color: 3948374.
HSL color Cylindrical-coordinate representation of color #563F3C: hue angle of 6.92º 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 #563F3C is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 60 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.66 |
| HSL | 6.92º | 0.18% | 0.29% | - |
| HSV(B) | 6.92º | 0.3% | 0.34% | - |
| XYZ | 6.43 | 5.86 | 5.07 | - |
| YUV | 69.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 60 | 0 | 0.27 | 0.30 | 0.66 | 6.92 | 0.18 | 0.29 |
| Hex | 56 | 3F | 3C | 0 | 1B | 1E | 42 | 7 | 12 | 1D |
| Octal | 126 | 77 | 74 | 0 | 33 | 36 | 102 | 7 | 22 | 35 |
| Binary | 1010110 | 111111 | 111100 | 0 | 11011 | 11110 | 1000010 | 111 | 10010 | 11101 |
Color Harmonies of #563F3C
Complementary color
Monochromatic Colors of #563F3C
Black with #563F3C
Text Example
Text Example
White with #563F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F3C; }
p { color: rgb(86,63,60); }
H1.HeaderClassName
{
color: #563F3C;
}
.AnyTagClassName
{
color: #563F3C;
}
</style>
background-color css
<style>
a { background-color: #563F3C; }
a { background-color: rgb(86,63,60); }
div.DivClassName
{
background-color: #563F3C;
}
.BgClassName
{
background-color: #563F3C;
}
</style>
border-color css
<style>
span { border-color: #563F3C; }
span { border-color: rgb(86,63,60); }
td.TdClassName
{
border-color: #563F3C;
}
.TagClassName
{
border-color: #563F3C;
}
</style>