Shades of Crater Brown #513F3C
Tints of Crater Brown #513F3C
RGB
CMYK
RGB Variations
Color information
#513F3C (or 0x513F3C) is known color: Crater Brown. HEX triplet: 51, 3F and 3C. RGB value is (81,63,60). Sum of RGB (Red+Green+Blue) = 81+63+60=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F3C is #AEC0C3. Grayscale: #444444. Windows color (decimal): -11452612 or 3948369. OLE color: 3948369.
HSL color Cylindrical-coordinate representation of color #513F3C: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513F3C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 60 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.68 |
| HSL | 8.57º | 0.15% | 0.28% | - |
| HSV(B) | 8.57º | 0.26% | 0.32% | - |
| XYZ | 5.99 | 5.63 | 5.05 | - |
| YUV | 68.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 60 | 0 | 0.22 | 0.26 | 0.68 | 8.57 | 0.15 | 0.28 |
| Hex | 51 | 3F | 3C | 0 | 16 | 1A | 44 | 9 | F | 1C |
| Octal | 121 | 77 | 74 | 0 | 26 | 32 | 104 | 11 | 17 | 34 |
| Binary | 1010001 | 111111 | 111100 | 0 | 10110 | 11010 | 1000100 | 1001 | 1111 | 11100 |
Color Harmonies of #513F3C
Complementary color
Monochromatic Colors of #513F3C
Black with #513F3C
Text Example
Text Example
White with #513F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F3C; }
p { color: rgb(81,63,60); }
H1.HeaderClassName
{
color: #513F3C;
}
.AnyTagClassName
{
color: #513F3C;
}
</style>
background-color css
<style>
a { background-color: #513F3C; }
a { background-color: rgb(81,63,60); }
div.DivClassName
{
background-color: #513F3C;
}
.BgClassName
{
background-color: #513F3C;
}
</style>
border-color css
<style>
span { border-color: #513F3C; }
span { border-color: rgb(81,63,60); }
td.TdClassName
{
border-color: #513F3C;
}
.TagClassName
{
border-color: #513F3C;
}
</style>