Shades of Crater Brown #503C3A
Tints of Crater Brown #503C3A
RGB
CMYK
RGB Variations
Color information
#503C3A (or 0x503C3A) is known color: Crater Brown. HEX triplet: 50, 3C and 3A. RGB value is (80,60,58). Sum of RGB (Red+Green+Blue) = 80+60+58=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #503C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C3A is #AFC3C5. Grayscale: #414141. Windows color (decimal): -11518918 or 3816528. OLE color: 3816528.
HSL color Cylindrical-coordinate representation of color #503C3A: hue angle of 5.45º 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 #503C3A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 58 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.69 |
| HSL | 5.45º | 0.16% | 0.27% | - |
| HSV(B) | 5.45º | 0.28% | 0.31% | - |
| XYZ | 5.69 | 5.24 | 4.72 | - |
| YUV | 65.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 58 | 0 | 0.25 | 0.28 | 0.69 | 5.45 | 0.16 | 0.27 |
| Hex | 50 | 3C | 3A | 0 | 19 | 1C | 45 | 5 | 10 | 1B |
| Octal | 120 | 74 | 72 | 0 | 31 | 34 | 105 | 5 | 20 | 33 |
| Binary | 1010000 | 111100 | 111010 | 0 | 11001 | 11100 | 1000101 | 101 | 10000 | 11011 |
Color Harmonies of #503C3A
Complementary color
Monochromatic Colors of #503C3A
Black with #503C3A
Text Example
Text Example
White with #503C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C3A; }
p { color: rgb(80,60,58); }
H1.HeaderClassName
{
color: #503C3A;
}
.AnyTagClassName
{
color: #503C3A;
}
</style>
background-color css
<style>
a { background-color: #503C3A; }
a { background-color: rgb(80,60,58); }
div.DivClassName
{
background-color: #503C3A;
}
.BgClassName
{
background-color: #503C3A;
}
</style>
border-color css
<style>
span { border-color: #503C3A; }
span { border-color: rgb(80,60,58); }
td.TdClassName
{
border-color: #503C3A;
}
.TagClassName
{
border-color: #503C3A;
}
</style>