Shades of Crater Brown #50413E
Tints of Crater Brown #50413E
RGB
CMYK
RGB Variations
Color information
#50413E (or 0x50413E) is known color: Crater Brown. HEX triplet: 50, 41 and 3E. RGB value is (80,65,62). Sum of RGB (Red+Green+Blue) = 80+65+62=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50413E is #AFBEC1. Grayscale: #454545. Windows color (decimal): -11517634 or 4079952. OLE color: 4079952.
HSL color Cylindrical-coordinate representation of color #50413E: hue angle of 10º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50413E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 62 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.69 |
| HSL | 10º | 0.13% | 0.28% | - |
| HSV(B) | 10º | 0.23% | 0.31% | - |
| XYZ | 6.07 | 5.83 | 5.36 | - |
| YUV | 69.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 62 | 0 | 0.19 | 0.22 | 0.69 | 10 | 0.13 | 0.28 |
| Hex | 50 | 41 | 3E | 0 | 13 | 16 | 45 | A | D | 1C |
| Octal | 120 | 101 | 76 | 0 | 23 | 26 | 105 | 12 | 15 | 34 |
| Binary | 1010000 | 1000001 | 111110 | 0 | 10011 | 10110 | 1000101 | 1010 | 1101 | 11100 |
Color Harmonies of #50413E
Complementary color
Monochromatic Colors of #50413E
Black with #50413E
Text Example
Text Example
White with #50413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50413E; }
p { color: rgb(80,65,62); }
H1.HeaderClassName
{
color: #50413E;
}
.AnyTagClassName
{
color: #50413E;
}
</style>
background-color css
<style>
a { background-color: #50413E; }
a { background-color: rgb(80,65,62); }
div.DivClassName
{
background-color: #50413E;
}
.BgClassName
{
background-color: #50413E;
}
</style>
border-color css
<style>
span { border-color: #50413E; }
span { border-color: rgb(80,65,62); }
td.TdClassName
{
border-color: #50413E;
}
.TagClassName
{
border-color: #50413E;
}
</style>