Shades of Crater Brown #51403D
Tints of Crater Brown #51403D
RGB
CMYK
RGB Variations
Color information
#51403D (or 0x51403D) is known color: Crater Brown. HEX triplet: 51, 40 and 3D. RGB value is (81,64,61). Sum of RGB (Red+Green+Blue) = 81+64+61=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #51403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51403D is #AEBFC2. Grayscale: #444444. Windows color (decimal): -11452355 or 4014161. OLE color: 4014161.
HSL color Cylindrical-coordinate representation of color #51403D: hue angle of 9º 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 #51403D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 61 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.68 |
| HSL | 9º | 0.14% | 0.28% | - |
| HSV(B) | 9º | 0.25% | 0.32% | - |
| XYZ | 6.07 | 5.75 | 5.21 | - |
| YUV | 68.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 61 | 0 | 0.21 | 0.25 | 0.68 | 9 | 0.14 | 0.28 |
| Hex | 51 | 40 | 3D | 0 | 15 | 19 | 44 | 9 | E | 1C |
| Octal | 121 | 100 | 75 | 0 | 25 | 31 | 104 | 11 | 16 | 34 |
| Binary | 1010001 | 1000000 | 111101 | 0 | 10101 | 11001 | 1000100 | 1001 | 1110 | 11100 |
Color Harmonies of #51403D
Complementary color
Monochromatic Colors of #51403D
Black with #51403D
Text Example
Text Example
White with #51403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51403D; }
p { color: rgb(81,64,61); }
H1.HeaderClassName
{
color: #51403D;
}
.AnyTagClassName
{
color: #51403D;
}
</style>
background-color css
<style>
a { background-color: #51403D; }
a { background-color: rgb(81,64,61); }
div.DivClassName
{
background-color: #51403D;
}
.BgClassName
{
background-color: #51403D;
}
</style>
border-color css
<style>
span { border-color: #51403D; }
span { border-color: rgb(81,64,61); }
td.TdClassName
{
border-color: #51403D;
}
.TagClassName
{
border-color: #51403D;
}
</style>