Shades of Crater Brown #504744
Tints of Crater Brown #504744
RGB
CMYK
RGB Variations
Color information
#504744 (or 0x504744) is known color: Crater Brown. HEX triplet: 50, 47 and 44. RGB value is (80,71,68). Sum of RGB (Red+Green+Blue) = 80+71+68=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504744 is #AFB8BB. Grayscale: #494949. Windows color (decimal): -11516092 or 4474704. OLE color: 4474704.
HSL color Cylindrical-coordinate representation of color #504744: hue angle of 15º 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 #504744 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 68 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.69 |
| HSL | 15º | 0.08% | 0.29% | - |
| HSV(B) | 15º | 0.15% | 0.31% | - |
| XYZ | 6.6 | 6.63 | 6.4 | - |
| YUV | 73.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 68 | 0 | 0.11 | 0.15 | 0.69 | 15 | 0.08 | 0.29 |
| Hex | 50 | 47 | 44 | 0 | B | F | 45 | F | 8 | 1D |
| Octal | 120 | 107 | 104 | 0 | 13 | 17 | 105 | 17 | 10 | 35 |
| Binary | 1010000 | 1000111 | 1000100 | 0 | 1011 | 1111 | 1000101 | 1111 | 1000 | 11101 |
Color Harmonies of #504744
Complementary color
Monochromatic Colors of #504744
Black with #504744
Text Example
Text Example
White with #504744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504744; }
p { color: rgb(80,71,68); }
H1.HeaderClassName
{
color: #504744;
}
.AnyTagClassName
{
color: #504744;
}
</style>
background-color css
<style>
a { background-color: #504744; }
a { background-color: rgb(80,71,68); }
div.DivClassName
{
background-color: #504744;
}
.BgClassName
{
background-color: #504744;
}
</style>
border-color css
<style>
span { border-color: #504744; }
span { border-color: rgb(80,71,68); }
td.TdClassName
{
border-color: #504744;
}
.TagClassName
{
border-color: #504744;
}
</style>