Shades of Crater Brown #50413F
Tints of Crater Brown #50413F
RGB
CMYK
RGB Variations
Color information
#50413F (or 0x50413F) is known color: Crater Brown. HEX triplet: 50, 41 and 3F. RGB value is (80,65,63). Sum of RGB (Red+Green+Blue) = 80+65+63=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #50413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50413F is #AFBEC0. Grayscale: #454545. Windows color (decimal): -11517633 or 4145488. OLE color: 4145488.
HSL color Cylindrical-coordinate representation of color #50413F: hue angle of 7.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50413F is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 63 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.69 |
| HSL | 7.06º | 0.12% | 0.28% | - |
| HSV(B) | 7.06º | 0.21% | 0.31% | - |
| XYZ | 6.1 | 5.84 | 5.51 | - |
| YUV | 69.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 63 | 0 | 0.19 | 0.21 | 0.69 | 7.06 | 0.12 | 0.28 |
| Hex | 50 | 41 | 3F | 0 | 13 | 15 | 45 | 7 | C | 1C |
| Octal | 120 | 101 | 77 | 0 | 23 | 25 | 105 | 7 | 14 | 34 |
| Binary | 1010000 | 1000001 | 111111 | 0 | 10011 | 10101 | 1000101 | 111 | 1100 | 11100 |
Color Harmonies of #50413F
Complementary color
Monochromatic Colors of #50413F
Black with #50413F
Text Example
Text Example
White with #50413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50413F; }
p { color: rgb(80,65,63); }
H1.HeaderClassName
{
color: #50413F;
}
.AnyTagClassName
{
color: #50413F;
}
</style>
background-color css
<style>
a { background-color: #50413F; }
a { background-color: rgb(80,65,63); }
div.DivClassName
{
background-color: #50413F;
}
.BgClassName
{
background-color: #50413F;
}
</style>
border-color css
<style>
span { border-color: #50413F; }
span { border-color: rgb(80,65,63); }
td.TdClassName
{
border-color: #50413F;
}
.TagClassName
{
border-color: #50413F;
}
</style>