Shades of Crater Brown #50403D
Tints of Crater Brown #50403D
RGB
CMYK
RGB Variations
Color information
#50403D (or 0x50403D) is known color: Crater Brown. HEX triplet: 50, 40 and 3D. RGB value is (80,64,61). Sum of RGB (Red+Green+Blue) = 80+64+61=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #50403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50403D is #AFBFC2. Grayscale: #444444. Windows color (decimal): -11517891 or 4014160. OLE color: 4014160.
HSL color Cylindrical-coordinate representation of color #50403D: hue angle of 9.47º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50403D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 61 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.69 |
| HSL | 9.47º | 0.13% | 0.28% | - |
| HSV(B) | 9.47º | 0.24% | 0.31% | - |
| XYZ | 5.98 | 5.71 | 5.2 | - |
| YUV | 68.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 61 | 0 | 0.20 | 0.24 | 0.69 | 9.47 | 0.13 | 0.28 |
| Hex | 50 | 40 | 3D | 0 | 14 | 18 | 45 | 9 | D | 1C |
| Octal | 120 | 100 | 75 | 0 | 24 | 30 | 105 | 11 | 15 | 34 |
| Binary | 1010000 | 1000000 | 111101 | 0 | 10100 | 11000 | 1000101 | 1001 | 1101 | 11100 |
Color Harmonies of #50403D
Complementary color
Monochromatic Colors of #50403D
Black with #50403D
Text Example
Text Example
White with #50403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50403D; }
p { color: rgb(80,64,61); }
H1.HeaderClassName
{
color: #50403D;
}
.AnyTagClassName
{
color: #50403D;
}
</style>
background-color css
<style>
a { background-color: #50403D; }
a { background-color: rgb(80,64,61); }
div.DivClassName
{
background-color: #50403D;
}
.BgClassName
{
background-color: #50403D;
}
</style>
border-color css
<style>
span { border-color: #50403D; }
span { border-color: rgb(80,64,61); }
td.TdClassName
{
border-color: #50403D;
}
.TagClassName
{
border-color: #50403D;
}
</style>