Shades of Crater Brown #51403C
Tints of Crater Brown #51403C
RGB
CMYK
RGB Variations
Color information
#51403C (or 0x51403C) is known color: Crater Brown. HEX triplet: 51, 40 and 3C. RGB value is (81,64,60). Sum of RGB (Red+Green+Blue) = 81+64+60=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #51403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51403C is #AEBFC3. Grayscale: #444444. Windows color (decimal): -11452356 or 3948625. OLE color: 3948625.
HSL color Cylindrical-coordinate representation of color #51403C: hue angle of 11.43º 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 #51403C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 60 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.68 |
| HSL | 11.43º | 0.15% | 0.28% | - |
| HSV(B) | 11.43º | 0.26% | 0.32% | - |
| XYZ | 6.04 | 5.74 | 5.06 | - |
| YUV | 68.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 60 | 0 | 0.21 | 0.26 | 0.68 | 11.43 | 0.15 | 0.28 |
| Hex | 51 | 40 | 3C | 0 | 15 | 1A | 44 | B | F | 1C |
| Octal | 121 | 100 | 74 | 0 | 25 | 32 | 104 | 13 | 17 | 34 |
| Binary | 1010001 | 1000000 | 111100 | 0 | 10101 | 11010 | 1000100 | 1011 | 1111 | 11100 |
Color Harmonies of #51403C
Complementary color
Monochromatic Colors of #51403C
Black with #51403C
Text Example
Text Example
White with #51403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51403C; }
p { color: rgb(81,64,60); }
H1.HeaderClassName
{
color: #51403C;
}
.AnyTagClassName
{
color: #51403C;
}
</style>
background-color css
<style>
a { background-color: #51403C; }
a { background-color: rgb(81,64,60); }
div.DivClassName
{
background-color: #51403C;
}
.BgClassName
{
background-color: #51403C;
}
</style>
border-color css
<style>
span { border-color: #51403C; }
span { border-color: rgb(81,64,60); }
td.TdClassName
{
border-color: #51403C;
}
.TagClassName
{
border-color: #51403C;
}
</style>