Shades of Camelot #853944
Tints of Camelot #853944
RGB
CMYK
RGB Variations
Color information
#853944 (or 0x853944) is known color: Camelot. HEX triplet: 85, 39 and 44. RGB value is (133,57,68). Sum of RGB (Red+Green+Blue) = 133+57+68=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #853944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853944 is #7AC6BB. Grayscale: #515151. Windows color (decimal): -8046268 or 4471173. OLE color: 4471173.
HSL color Cylindrical-coordinate representation of color #853944: hue angle of 351.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853944 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 68 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.48 |
| HSL | 351.32º | 0.4% | 0.37% | - |
| HSV(B) | 351.32º | 0.57% | 0.52% | - |
| XYZ | 12.18 | 8.33 | 6.43 | - |
| YUV | 80.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 68 | 0 | 0.57 | 0.49 | 0.48 | 351.32 | 0.4 | 0.37 |
| Hex | 85 | 39 | 44 | 0 | 39 | 31 | 30 | 15F | 28 | 25 |
| Octal | 205 | 71 | 104 | 0 | 71 | 61 | 60 | 537 | 50 | 45 |
| Binary | 10000101 | 111001 | 1000100 | 0 | 111001 | 110001 | 110000 | 101011111 | 101000 | 100101 |
Color Harmonies of #853944
Complementary color
Monochromatic Colors of #853944
Black with #853944
Text Example
Text Example
White with #853944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853944; }
p { color: rgb(133,57,68); }
H1.HeaderClassName
{
color: #853944;
}
.AnyTagClassName
{
color: #853944;
}
</style>
background-color css
<style>
a { background-color: #853944; }
a { background-color: rgb(133,57,68); }
div.DivClassName
{
background-color: #853944;
}
.BgClassName
{
background-color: #853944;
}
</style>
border-color css
<style>
span { border-color: #853944; }
span { border-color: rgb(133,57,68); }
td.TdClassName
{
border-color: #853944;
}
.TagClassName
{
border-color: #853944;
}
</style>