Shades of Camelot #843645
Tints of Camelot #843645
RGB
CMYK
RGB Variations
Color information
#843645 (or 0x843645) is known color: Camelot. HEX triplet: 84, 36 and 45. RGB value is (132,54,69). Sum of RGB (Red+Green+Blue) = 132+54+69=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #843645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843645 is #7BC9BA. Grayscale: #4F4F4F. Windows color (decimal): -8112571 or 4535940. OLE color: 4535940.
HSL color Cylindrical-coordinate representation of color #843645: hue angle of 348.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #843645 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 69 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.48 |
| HSL | 348.46º | 0.42% | 0.36% | - |
| HSV(B) | 348.46º | 0.59% | 0.52% | - |
| XYZ | 11.91 | 7.97 | 6.54 | - |
| YUV | 79.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 69 | 0 | 0.59 | 0.48 | 0.48 | 348.46 | 0.42 | 0.36 |
| Hex | 84 | 36 | 45 | 0 | 3B | 30 | 30 | 15C | 2A | 24 |
| Octal | 204 | 66 | 105 | 0 | 73 | 60 | 60 | 534 | 52 | 44 |
| Binary | 10000100 | 110110 | 1000101 | 0 | 111011 | 110000 | 110000 | 101011100 | 101010 | 100100 |
Color Harmonies of #843645
Complementary color
Monochromatic Colors of #843645
Black with #843645
Text Example
Text Example
White with #843645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843645; }
p { color: rgb(132,54,69); }
H1.HeaderClassName
{
color: #843645;
}
.AnyTagClassName
{
color: #843645;
}
</style>
background-color css
<style>
a { background-color: #843645; }
a { background-color: rgb(132,54,69); }
div.DivClassName
{
background-color: #843645;
}
.BgClassName
{
background-color: #843645;
}
</style>
border-color css
<style>
span { border-color: #843645; }
span { border-color: rgb(132,54,69); }
td.TdClassName
{
border-color: #843645;
}
.TagClassName
{
border-color: #843645;
}
</style>