Shades of Crater Brown #504341
Tints of Crater Brown #504341
RGB
CMYK
RGB Variations
Color information
#504341 (or 0x504341) is known color: Crater Brown. HEX triplet: 50, 43 and 41. RGB value is (80,67,65). Sum of RGB (Red+Green+Blue) = 80+67+65=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #504341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504341 is #AFBCBE. Grayscale: #464646. Windows color (decimal): -11517119 or 4277072. OLE color: 4277072.
HSL color Cylindrical-coordinate representation of color #504341: hue angle of 8º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504341 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 65 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.69 |
| HSL | 8º | 0.1% | 0.28% | - |
| HSV(B) | 8º | 0.19% | 0.31% | - |
| XYZ | 6.27 | 6.1 | 5.85 | - |
| YUV | 70.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 65 | 0 | 0.16 | 0.19 | 0.69 | 8 | 0.1 | 0.28 |
| Hex | 50 | 43 | 41 | 0 | 10 | 13 | 45 | 8 | A | 1C |
| Octal | 120 | 103 | 101 | 0 | 20 | 23 | 105 | 10 | 12 | 34 |
| Binary | 1010000 | 1000011 | 1000001 | 0 | 10000 | 10011 | 1000101 | 1000 | 1010 | 11100 |
Color Harmonies of #504341
Complementary color
Monochromatic Colors of #504341
Black with #504341
Text Example
Text Example
White with #504341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504341; }
p { color: rgb(80,67,65); }
H1.HeaderClassName
{
color: #504341;
}
.AnyTagClassName
{
color: #504341;
}
</style>
background-color css
<style>
a { background-color: #504341; }
a { background-color: rgb(80,67,65); }
div.DivClassName
{
background-color: #504341;
}
.BgClassName
{
background-color: #504341;
}
</style>
border-color css
<style>
span { border-color: #504341; }
span { border-color: rgb(80,67,65); }
td.TdClassName
{
border-color: #504341;
}
.TagClassName
{
border-color: #504341;
}
</style>