Shades of Crater Brown #513F3A
Tints of Crater Brown #513F3A
RGB
CMYK
RGB Variations
Color information
#513F3A (or 0x513F3A) is known color: Crater Brown. HEX triplet: 51, 3F and 3A. RGB value is (81,63,58). Sum of RGB (Red+Green+Blue) = 81+63+58=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F3A is #AEC0C5. Grayscale: #434343. Windows color (decimal): -11452614 or 3817297. OLE color: 3817297.
HSL color Cylindrical-coordinate representation of color #513F3A: hue angle of 13.04º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513F3A is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 58 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.68 |
| HSL | 13.04º | 0.17% | 0.27% | - |
| HSV(B) | 13.04º | 0.28% | 0.32% | - |
| XYZ | 5.93 | 5.61 | 4.77 | - |
| YUV | 67.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 58 | 0 | 0.22 | 0.28 | 0.68 | 13.04 | 0.17 | 0.27 |
| Hex | 51 | 3F | 3A | 0 | 16 | 1C | 44 | D | 11 | 1B |
| Octal | 121 | 77 | 72 | 0 | 26 | 34 | 104 | 15 | 21 | 33 |
| Binary | 1010001 | 111111 | 111010 | 0 | 10110 | 11100 | 1000100 | 1101 | 10001 | 11011 |
Color Harmonies of #513F3A
Complementary color
Monochromatic Colors of #513F3A
Black with #513F3A
Text Example
Text Example
White with #513F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F3A; }
p { color: rgb(81,63,58); }
H1.HeaderClassName
{
color: #513F3A;
}
.AnyTagClassName
{
color: #513F3A;
}
</style>
background-color css
<style>
a { background-color: #513F3A; }
a { background-color: rgb(81,63,58); }
div.DivClassName
{
background-color: #513F3A;
}
.BgClassName
{
background-color: #513F3A;
}
</style>
border-color css
<style>
span { border-color: #513F3A; }
span { border-color: rgb(81,63,58); }
td.TdClassName
{
border-color: #513F3A;
}
.TagClassName
{
border-color: #513F3A;
}
</style>