Shades of Camelot #843747
Tints of Camelot #843747
RGB
CMYK
RGB Variations
Color information
#843747 (or 0x843747) is known color: Camelot. HEX triplet: 84, 37 and 47. RGB value is (132,55,71). Sum of RGB (Red+Green+Blue) = 132+55+71=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #843747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843747 is #7BC8B8. Grayscale: #4F4F4F. Windows color (decimal): -8112313 or 4667268. OLE color: 4667268.
HSL color Cylindrical-coordinate representation of color #843747: hue angle of 347.53º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843747 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 71 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.48 |
| HSL | 347.53º | 0.41% | 0.37% | - |
| HSV(B) | 347.53º | 0.58% | 0.52% | - |
| XYZ | 12.02 | 8.09 | 6.89 | - |
| YUV | 79.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 71 | 0 | 0.58 | 0.46 | 0.48 | 347.53 | 0.41 | 0.37 |
| Hex | 84 | 37 | 47 | 0 | 3A | 2E | 30 | 15C | 29 | 25 |
| Octal | 204 | 67 | 107 | 0 | 72 | 56 | 60 | 534 | 51 | 45 |
| Binary | 10000100 | 110111 | 1000111 | 0 | 111010 | 101110 | 110000 | 101011100 | 101001 | 100101 |
Color Harmonies of #843747
Complementary color
Monochromatic Colors of #843747
Black with #843747
Text Example
Text Example
White with #843747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843747; }
p { color: rgb(132,55,71); }
H1.HeaderClassName
{
color: #843747;
}
.AnyTagClassName
{
color: #843747;
}
</style>
background-color css
<style>
a { background-color: #843747; }
a { background-color: rgb(132,55,71); }
div.DivClassName
{
background-color: #843747;
}
.BgClassName
{
background-color: #843747;
}
</style>
border-color css
<style>
span { border-color: #843747; }
span { border-color: rgb(132,55,71); }
td.TdClassName
{
border-color: #843747;
}
.TagClassName
{
border-color: #843747;
}
</style>