Shades of Camelot #844653
Tints of Camelot #844653
RGB
CMYK
RGB Variations
Color information
#844653 (or 0x844653) is known color: Camelot. HEX triplet: 84, 46 and 53. RGB value is (132,70,83). Sum of RGB (Red+Green+Blue) = 132+70+83=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844653 is #7BB9AC. Grayscale: #5A5A5A. Windows color (decimal): -8108461 or 5457540. OLE color: 5457540.
HSL color Cylindrical-coordinate representation of color #844653: hue angle of 347.42º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844653 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 83 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.48 |
| HSL | 347.42º | 0.31% | 0.4% | - |
| HSV(B) | 347.42º | 0.47% | 0.52% | - |
| XYZ | 13.27 | 9.91 | 9.4 | - |
| YUV | 90.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 83 | 0 | 0.47 | 0.37 | 0.48 | 347.42 | 0.31 | 0.4 |
| Hex | 84 | 46 | 53 | 0 | 2F | 25 | 30 | 15B | 1F | 28 |
| Octal | 204 | 106 | 123 | 0 | 57 | 45 | 60 | 533 | 37 | 50 |
| Binary | 10000100 | 1000110 | 1010011 | 0 | 101111 | 100101 | 110000 | 101011011 | 11111 | 101000 |
Color Harmonies of #844653
Complementary color
Monochromatic Colors of #844653
Black with #844653
Text Example
Text Example
White with #844653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844653; }
p { color: rgb(132,70,83); }
H1.HeaderClassName
{
color: #844653;
}
.AnyTagClassName
{
color: #844653;
}
</style>
background-color css
<style>
a { background-color: #844653; }
a { background-color: rgb(132,70,83); }
div.DivClassName
{
background-color: #844653;
}
.BgClassName
{
background-color: #844653;
}
</style>
border-color css
<style>
span { border-color: #844653; }
span { border-color: rgb(132,70,83); }
td.TdClassName
{
border-color: #844653;
}
.TagClassName
{
border-color: #844653;
}
</style>