Shades of Crater Brown #51403B
Tints of Crater Brown #51403B
RGB
CMYK
RGB Variations
Color information
#51403B (or 0x51403B) is known color: Crater Brown. HEX triplet: 51, 40 and 3B. RGB value is (81,64,59). Sum of RGB (Red+Green+Blue) = 81+64+59=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #51403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51403B is #AEBFC4. Grayscale: #444444. Windows color (decimal): -11452357 or 3883089. OLE color: 3883089.
HSL color Cylindrical-coordinate representation of color #51403B: hue angle of 13.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51403B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 59 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.68 |
| HSL | 13.64º | 0.16% | 0.27% | - |
| HSV(B) | 13.64º | 0.27% | 0.32% | - |
| XYZ | 6.02 | 5.73 | 4.93 | - |
| YUV | 68.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 59 | 0 | 0.21 | 0.27 | 0.68 | 13.64 | 0.16 | 0.27 |
| Hex | 51 | 40 | 3B | 0 | 15 | 1B | 44 | E | 10 | 1B |
| Octal | 121 | 100 | 73 | 0 | 25 | 33 | 104 | 16 | 20 | 33 |
| Binary | 1010001 | 1000000 | 111011 | 0 | 10101 | 11011 | 1000100 | 1110 | 10000 | 11011 |
Color Harmonies of #51403B
Complementary color
Monochromatic Colors of #51403B
Black with #51403B
Text Example
Text Example
White with #51403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51403B; }
p { color: rgb(81,64,59); }
H1.HeaderClassName
{
color: #51403B;
}
.AnyTagClassName
{
color: #51403B;
}
</style>
background-color css
<style>
a { background-color: #51403B; }
a { background-color: rgb(81,64,59); }
div.DivClassName
{
background-color: #51403B;
}
.BgClassName
{
background-color: #51403B;
}
</style>
border-color css
<style>
span { border-color: #51403B; }
span { border-color: rgb(81,64,59); }
td.TdClassName
{
border-color: #51403B;
}
.TagClassName
{
border-color: #51403B;
}
</style>