Shades of Crater Brown #503E39
Tints of Crater Brown #503E39
RGB
CMYK
RGB Variations
Color information
#503E39 (or 0x503E39) is known color: Crater Brown. HEX triplet: 50, 3E and 39. RGB value is (80,62,57). Sum of RGB (Red+Green+Blue) = 80+62+57=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #503E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E39 is #AFC1C6. Grayscale: #424242. Windows color (decimal): -11518407 or 3751504. OLE color: 3751504.
HSL color Cylindrical-coordinate representation of color #503E39: hue angle of 13.04º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503E39 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 57 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.69 |
| HSL | 13.04º | 0.17% | 0.27% | - |
| HSV(B) | 13.04º | 0.29% | 0.31% | - |
| XYZ | 5.77 | 5.45 | 4.62 | - |
| YUV | 66.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 57 | 0 | 0.22 | 0.29 | 0.69 | 13.04 | 0.17 | 0.27 |
| Hex | 50 | 3E | 39 | 0 | 16 | 1D | 45 | D | 11 | 1B |
| Octal | 120 | 76 | 71 | 0 | 26 | 35 | 105 | 15 | 21 | 33 |
| Binary | 1010000 | 111110 | 111001 | 0 | 10110 | 11101 | 1000101 | 1101 | 10001 | 11011 |
Color Harmonies of #503E39
Complementary color
Monochromatic Colors of #503E39
Black with #503E39
Text Example
Text Example
White with #503E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E39; }
p { color: rgb(80,62,57); }
H1.HeaderClassName
{
color: #503E39;
}
.AnyTagClassName
{
color: #503E39;
}
</style>
background-color css
<style>
a { background-color: #503E39; }
a { background-color: rgb(80,62,57); }
div.DivClassName
{
background-color: #503E39;
}
.BgClassName
{
background-color: #503E39;
}
</style>
border-color css
<style>
span { border-color: #503E39; }
span { border-color: rgb(80,62,57); }
td.TdClassName
{
border-color: #503E39;
}
.TagClassName
{
border-color: #503E39;
}
</style>