Shades of Crater Brown #513E39
Tints of Crater Brown #513E39
RGB
CMYK
RGB Variations
Color information
#513E39 (or 0x513E39) is known color: Crater Brown. HEX triplet: 51, 3E and 39. RGB value is (81,62,57). Sum of RGB (Red+Green+Blue) = 81+62+57=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #513E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E39 is #AEC1C6. Grayscale: #434343. Windows color (decimal): -11452871 or 3751505. OLE color: 3751505.
HSL color Cylindrical-coordinate representation of color #513E39: hue angle of 12.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513E39 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 57 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.68 |
| HSL | 12.5º | 0.17% | 0.27% | - |
| HSV(B) | 12.5º | 0.3% | 0.32% | - |
| XYZ | 5.85 | 5.49 | 4.62 | - |
| YUV | 67.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 57 | 0 | 0.23 | 0.30 | 0.68 | 12.5 | 0.17 | 0.27 |
| Hex | 51 | 3E | 39 | 0 | 17 | 1E | 44 | C | 11 | 1B |
| Octal | 121 | 76 | 71 | 0 | 27 | 36 | 104 | 14 | 21 | 33 |
| Binary | 1010001 | 111110 | 111001 | 0 | 10111 | 11110 | 1000100 | 1100 | 10001 | 11011 |
Color Harmonies of #513E39
Complementary color
Monochromatic Colors of #513E39
Black with #513E39
Text Example
Text Example
White with #513E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E39; }
p { color: rgb(81,62,57); }
H1.HeaderClassName
{
color: #513E39;
}
.AnyTagClassName
{
color: #513E39;
}
</style>
background-color css
<style>
a { background-color: #513E39; }
a { background-color: rgb(81,62,57); }
div.DivClassName
{
background-color: #513E39;
}
.BgClassName
{
background-color: #513E39;
}
</style>
border-color css
<style>
span { border-color: #513E39; }
span { border-color: rgb(81,62,57); }
td.TdClassName
{
border-color: #513E39;
}
.TagClassName
{
border-color: #513E39;
}
</style>