Shades of Crater Brown #504441
Tints of Crater Brown #504441
RGB
CMYK
RGB Variations
Color information
#504441 (or 0x504441) is known color: Crater Brown. HEX triplet: 50, 44 and 41. RGB value is (80,68,65). Sum of RGB (Red+Green+Blue) = 80+68+65=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #504441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504441 is #AFBBBE. Grayscale: #474747. Windows color (decimal): -11516863 or 4277328. OLE color: 4277328.
HSL color Cylindrical-coordinate representation of color #504441: hue angle of 12º 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 #504441 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 65 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.69 |
| HSL | 12º | 0.1% | 0.28% | - |
| HSV(B) | 12º | 0.19% | 0.31% | - |
| XYZ | 6.33 | 6.22 | 5.87 | - |
| YUV | 71.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 65 | 0 | 0.15 | 0.19 | 0.69 | 12 | 0.1 | 0.28 |
| Hex | 50 | 44 | 41 | 0 | F | 13 | 45 | C | A | 1C |
| Octal | 120 | 104 | 101 | 0 | 17 | 23 | 105 | 14 | 12 | 34 |
| Binary | 1010000 | 1000100 | 1000001 | 0 | 1111 | 10011 | 1000101 | 1100 | 1010 | 11100 |
Color Harmonies of #504441
Complementary color
Monochromatic Colors of #504441
Black with #504441
Text Example
Text Example
White with #504441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504441; }
p { color: rgb(80,68,65); }
H1.HeaderClassName
{
color: #504441;
}
.AnyTagClassName
{
color: #504441;
}
</style>
background-color css
<style>
a { background-color: #504441; }
a { background-color: rgb(80,68,65); }
div.DivClassName
{
background-color: #504441;
}
.BgClassName
{
background-color: #504441;
}
</style>
border-color css
<style>
span { border-color: #504441; }
span { border-color: rgb(80,68,65); }
td.TdClassName
{
border-color: #504441;
}
.TagClassName
{
border-color: #504441;
}
</style>