Shades of Crater Brown #503F3A
Tints of Crater Brown #503F3A
RGB
CMYK
RGB Variations
Color information
#503F3A (or 0x503F3A) is known color: Crater Brown. HEX triplet: 50, 3F and 3A. RGB value is (80,63,58). Sum of RGB (Red+Green+Blue) = 80+63+58=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F3A is #AFC0C5. Grayscale: #434343. Windows color (decimal): -11518150 or 3817296. OLE color: 3817296.
HSL color Cylindrical-coordinate representation of color #503F3A: hue angle of 13.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503F3A is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 58 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.69 |
| HSL | 13.64º | 0.16% | 0.27% | - |
| HSV(B) | 13.64º | 0.28% | 0.31% | - |
| XYZ | 5.85 | 5.57 | 4.77 | - |
| YUV | 67.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 58 | 0 | 0.21 | 0.28 | 0.69 | 13.64 | 0.16 | 0.27 |
| Hex | 50 | 3F | 3A | 0 | 15 | 1C | 45 | E | 10 | 1B |
| Octal | 120 | 77 | 72 | 0 | 25 | 34 | 105 | 16 | 20 | 33 |
| Binary | 1010000 | 111111 | 111010 | 0 | 10101 | 11100 | 1000101 | 1110 | 10000 | 11011 |
Color Harmonies of #503F3A
Complementary color
Monochromatic Colors of #503F3A
Black with #503F3A
Text Example
Text Example
White with #503F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F3A; }
p { color: rgb(80,63,58); }
H1.HeaderClassName
{
color: #503F3A;
}
.AnyTagClassName
{
color: #503F3A;
}
</style>
background-color css
<style>
a { background-color: #503F3A; }
a { background-color: rgb(80,63,58); }
div.DivClassName
{
background-color: #503F3A;
}
.BgClassName
{
background-color: #503F3A;
}
</style>
border-color css
<style>
span { border-color: #503F3A; }
span { border-color: rgb(80,63,58); }
td.TdClassName
{
border-color: #503F3A;
}
.TagClassName
{
border-color: #503F3A;
}
</style>