Shades of Crater Brown #504542
Tints of Crater Brown #504542
RGB
CMYK
RGB Variations
Color information
#504542 (or 0x504542) is known color: Crater Brown. HEX triplet: 50, 45 and 42. RGB value is (80,69,66). Sum of RGB (Red+Green+Blue) = 80+69+66=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #504542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504542 is #AFBABD. Grayscale: #474747. Windows color (decimal): -11516606 or 4343120. OLE color: 4343120.
HSL color Cylindrical-coordinate representation of color #504542: hue angle of 12.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #504542 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 66 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.69 |
| HSL | 12.86º | 0.1% | 0.29% | - |
| HSV(B) | 12.86º | 0.18% | 0.31% | - |
| XYZ | 6.42 | 6.36 | 6.04 | - |
| YUV | 71.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 66 | 0 | 0.14 | 0.17 | 0.69 | 12.86 | 0.1 | 0.29 |
| Hex | 50 | 45 | 42 | 0 | E | 11 | 45 | D | A | 1D |
| Octal | 120 | 105 | 102 | 0 | 16 | 21 | 105 | 15 | 12 | 35 |
| Binary | 1010000 | 1000101 | 1000010 | 0 | 1110 | 10001 | 1000101 | 1101 | 1010 | 11101 |
Color Harmonies of #504542
Complementary color
Monochromatic Colors of #504542
Black with #504542
Text Example
Text Example
White with #504542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504542; }
p { color: rgb(80,69,66); }
H1.HeaderClassName
{
color: #504542;
}
.AnyTagClassName
{
color: #504542;
}
</style>
background-color css
<style>
a { background-color: #504542; }
a { background-color: rgb(80,69,66); }
div.DivClassName
{
background-color: #504542;
}
.BgClassName
{
background-color: #504542;
}
</style>
border-color css
<style>
span { border-color: #504542; }
span { border-color: rgb(80,69,66); }
td.TdClassName
{
border-color: #504542;
}
.TagClassName
{
border-color: #504542;
}
</style>