Shades of Crater Brown #513F3D
Tints of Crater Brown #513F3D
RGB
CMYK
RGB Variations
Color information
#513F3D (or 0x513F3D) is known color: Crater Brown. HEX triplet: 51, 3F and 3D. RGB value is (81,63,61). Sum of RGB (Red+Green+Blue) = 81+63+61=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F3D is #AEC0C2. Grayscale: #444444. Windows color (decimal): -11452611 or 4013905. OLE color: 4013905.
HSL color Cylindrical-coordinate representation of color #513F3D: hue angle of 6º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513F3D is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 61 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.68 |
| HSL | 6º | 0.14% | 0.28% | - |
| HSV(B) | 6º | 0.25% | 0.32% | - |
| XYZ | 6.01 | 5.64 | 5.19 | - |
| YUV | 68.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 61 | 0 | 0.22 | 0.25 | 0.68 | 6 | 0.14 | 0.28 |
| Hex | 51 | 3F | 3D | 0 | 16 | 19 | 44 | 6 | E | 1C |
| Octal | 121 | 77 | 75 | 0 | 26 | 31 | 104 | 6 | 16 | 34 |
| Binary | 1010001 | 111111 | 111101 | 0 | 10110 | 11001 | 1000100 | 110 | 1110 | 11100 |
Color Harmonies of #513F3D
Complementary color
Monochromatic Colors of #513F3D
Black with #513F3D
Text Example
Text Example
White with #513F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F3D; }
p { color: rgb(81,63,61); }
H1.HeaderClassName
{
color: #513F3D;
}
.AnyTagClassName
{
color: #513F3D;
}
</style>
background-color css
<style>
a { background-color: #513F3D; }
a { background-color: rgb(81,63,61); }
div.DivClassName
{
background-color: #513F3D;
}
.BgClassName
{
background-color: #513F3D;
}
</style>
border-color css
<style>
span { border-color: #513F3D; }
span { border-color: rgb(81,63,61); }
td.TdClassName
{
border-color: #513F3D;
}
.TagClassName
{
border-color: #513F3D;
}
</style>