Shades of Crater Brown #51413E
Tints of Crater Brown #51413E
RGB
CMYK
RGB Variations
Color information
#51413E (or 0x51413E) is known color: Crater Brown. HEX triplet: 51, 41 and 3E. RGB value is (81,65,62). Sum of RGB (Red+Green+Blue) = 81+65+62=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #51413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51413E is #AEBEC1. Grayscale: #454545. Windows color (decimal): -11452098 or 4079953. OLE color: 4079953.
HSL color Cylindrical-coordinate representation of color #51413E: hue angle of 9.47º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #51413E is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 62 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.68 |
| HSL | 9.47º | 0.13% | 0.28% | - |
| HSV(B) | 9.47º | 0.23% | 0.32% | - |
| XYZ | 6.15 | 5.88 | 5.37 | - |
| YUV | 69.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 62 | 0 | 0.20 | 0.23 | 0.68 | 9.47 | 0.13 | 0.28 |
| Hex | 51 | 41 | 3E | 0 | 14 | 17 | 44 | 9 | D | 1C |
| Octal | 121 | 101 | 76 | 0 | 24 | 27 | 104 | 11 | 15 | 34 |
| Binary | 1010001 | 1000001 | 111110 | 0 | 10100 | 10111 | 1000100 | 1001 | 1101 | 11100 |
Color Harmonies of #51413E
Complementary color
Monochromatic Colors of #51413E
Black with #51413E
Text Example
Text Example
White with #51413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51413E; }
p { color: rgb(81,65,62); }
H1.HeaderClassName
{
color: #51413E;
}
.AnyTagClassName
{
color: #51413E;
}
</style>
background-color css
<style>
a { background-color: #51413E; }
a { background-color: rgb(81,65,62); }
div.DivClassName
{
background-color: #51413E;
}
.BgClassName
{
background-color: #51413E;
}
</style>
border-color css
<style>
span { border-color: #51413E; }
span { border-color: rgb(81,65,62); }
td.TdClassName
{
border-color: #51413E;
}
.TagClassName
{
border-color: #51413E;
}
</style>