Shades of Crater Brown #514240
Tints of Crater Brown #514240
RGB
CMYK
RGB Variations
Color information
#514240 (or 0x514240) is known color: Crater Brown. HEX triplet: 51, 42 and 40. RGB value is (81,66,64). Sum of RGB (Red+Green+Blue) = 81+66+64=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514240 is #AEBDBF. Grayscale: #464646. Windows color (decimal): -11451840 or 4211281. OLE color: 4211281.
HSL color Cylindrical-coordinate representation of color #514240: hue angle of 7.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514240 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 66 | 64 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.68 |
| HSL | 7.06º | 0.12% | 0.28% | - |
| HSV(B) | 7.06º | 0.21% | 0.32% | - |
| XYZ | 6.27 | 6.02 | 5.68 | - |
| YUV | 70.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 64 | 0 | 0.19 | 0.21 | 0.68 | 7.06 | 0.12 | 0.28 |
| Hex | 51 | 42 | 40 | 0 | 13 | 15 | 44 | 7 | C | 1C |
| Octal | 121 | 102 | 100 | 0 | 23 | 25 | 104 | 7 | 14 | 34 |
| Binary | 1010001 | 1000010 | 1000000 | 0 | 10011 | 10101 | 1000100 | 111 | 1100 | 11100 |
Color Harmonies of #514240
Complementary color
Monochromatic Colors of #514240
Black with #514240
Text Example
Text Example
White with #514240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514240; }
p { color: rgb(81,66,64); }
H1.HeaderClassName
{
color: #514240;
}
.AnyTagClassName
{
color: #514240;
}
</style>
background-color css
<style>
a { background-color: #514240; }
a { background-color: rgb(81,66,64); }
div.DivClassName
{
background-color: #514240;
}
.BgClassName
{
background-color: #514240;
}
</style>
border-color css
<style>
span { border-color: #514240; }
span { border-color: rgb(81,66,64); }
td.TdClassName
{
border-color: #514240;
}
.TagClassName
{
border-color: #514240;
}
</style>