Shades of Crater Brown #504240
Tints of Crater Brown #504240
RGB
CMYK
RGB Variations
Color information
#504240 (or 0x504240) is known color: Crater Brown. HEX triplet: 50, 42 and 40. RGB value is (80,66,64). Sum of RGB (Red+Green+Blue) = 80+66+64=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #504240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504240 is #AFBDBF. Grayscale: #454545. Windows color (decimal): -11517376 or 4211280. OLE color: 4211280.
HSL color Cylindrical-coordinate representation of color #504240: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504240 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 64 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.69 |
| HSL | 7.5º | 0.11% | 0.28% | - |
| HSV(B) | 7.5º | 0.2% | 0.31% | - |
| XYZ | 6.18 | 5.97 | 5.68 | - |
| YUV | 69.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 64 | 0 | 0.17 | 0.20 | 0.69 | 7.5 | 0.11 | 0.28 |
| Hex | 50 | 42 | 40 | 0 | 11 | 14 | 45 | 8 | B | 1C |
| Octal | 120 | 102 | 100 | 0 | 21 | 24 | 105 | 10 | 13 | 34 |
| Binary | 1010000 | 1000010 | 1000000 | 0 | 10001 | 10100 | 1000101 | 1000 | 1011 | 11100 |
Color Harmonies of #504240
Complementary color
Monochromatic Colors of #504240
Black with #504240
Text Example
Text Example
White with #504240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504240; }
p { color: rgb(80,66,64); }
H1.HeaderClassName
{
color: #504240;
}
.AnyTagClassName
{
color: #504240;
}
</style>
background-color css
<style>
a { background-color: #504240; }
a { background-color: rgb(80,66,64); }
div.DivClassName
{
background-color: #504240;
}
.BgClassName
{
background-color: #504240;
}
</style>
border-color css
<style>
span { border-color: #504240; }
span { border-color: rgb(80,66,64); }
td.TdClassName
{
border-color: #504240;
}
.TagClassName
{
border-color: #504240;
}
</style>