Shades of Crater Brown #514543
Tints of Crater Brown #514543
RGB
CMYK
RGB Variations
Color information
#514543 (or 0x514543) is known color: Crater Brown. HEX triplet: 51, 45 and 43. RGB value is (81,69,67). Sum of RGB (Red+Green+Blue) = 81+69+67=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514543 is #AEBABC. Grayscale: #484848. Windows color (decimal): -11451069 or 4408657. OLE color: 4408657.
HSL color Cylindrical-coordinate representation of color #514543: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514543 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 69 | 67 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.68 |
| HSL | 8.57º | 0.09% | 0.29% | - |
| HSV(B) | 8.57º | 0.17% | 0.32% | - |
| XYZ | 6.53 | 6.41 | 6.2 | - |
| YUV | 72.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 67 | 0 | 0.15 | 0.17 | 0.68 | 8.57 | 0.09 | 0.29 |
| Hex | 51 | 45 | 43 | 0 | F | 11 | 44 | 9 | 9 | 1D |
| Octal | 121 | 105 | 103 | 0 | 17 | 21 | 104 | 11 | 11 | 35 |
| Binary | 1010001 | 1000101 | 1000011 | 0 | 1111 | 10001 | 1000100 | 1001 | 1001 | 11101 |
Color Harmonies of #514543
Complementary color
Monochromatic Colors of #514543
Black with #514543
Text Example
Text Example
White with #514543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514543; }
p { color: rgb(81,69,67); }
H1.HeaderClassName
{
color: #514543;
}
.AnyTagClassName
{
color: #514543;
}
</style>
background-color css
<style>
a { background-color: #514543; }
a { background-color: rgb(81,69,67); }
div.DivClassName
{
background-color: #514543;
}
.BgClassName
{
background-color: #514543;
}
</style>
border-color css
<style>
span { border-color: #514543; }
span { border-color: rgb(81,69,67); }
td.TdClassName
{
border-color: #514543;
}
.TagClassName
{
border-color: #514543;
}
</style>