Shades of Crater Brown #504644
Tints of Crater Brown #504644
RGB
CMYK
RGB Variations
Color information
#504644 (or 0x504644) is known color: Crater Brown. HEX triplet: 50, 46 and 44. RGB value is (80,70,68). Sum of RGB (Red+Green+Blue) = 80+70+68=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504644 is #AFB9BB. Grayscale: #484848. Windows color (decimal): -11516348 or 4474448. OLE color: 4474448.
HSL color Cylindrical-coordinate representation of color #504644: hue angle of 10º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504644 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 68 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.69 |
| HSL | 10º | 0.08% | 0.29% | - |
| HSV(B) | 10º | 0.15% | 0.31% | - |
| XYZ | 6.54 | 6.5 | 6.38 | - |
| YUV | 72.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 68 | 0 | 0.12 | 0.15 | 0.69 | 10 | 0.08 | 0.29 |
| Hex | 50 | 46 | 44 | 0 | C | F | 45 | A | 8 | 1D |
| Octal | 120 | 106 | 104 | 0 | 14 | 17 | 105 | 12 | 10 | 35 |
| Binary | 1010000 | 1000110 | 1000100 | 0 | 1100 | 1111 | 1000101 | 1010 | 1000 | 11101 |
Color Harmonies of #504644
Complementary color
Monochromatic Colors of #504644
Black with #504644
Text Example
Text Example
White with #504644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504644; }
p { color: rgb(80,70,68); }
H1.HeaderClassName
{
color: #504644;
}
.AnyTagClassName
{
color: #504644;
}
</style>
background-color css
<style>
a { background-color: #504644; }
a { background-color: rgb(80,70,68); }
div.DivClassName
{
background-color: #504644;
}
.BgClassName
{
background-color: #504644;
}
</style>
border-color css
<style>
span { border-color: #504644; }
span { border-color: rgb(80,70,68); }
td.TdClassName
{
border-color: #504644;
}
.TagClassName
{
border-color: #504644;
}
</style>