Shades of Camelot #853F49
Tints of Camelot #853F49
RGB
CMYK
RGB Variations
Color information
#853F49 (or 0x853F49) is known color: Camelot. HEX triplet: 85, 3F and 49. RGB value is (133,63,73). Sum of RGB (Red+Green+Blue) = 133+63+73=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F49 is #7AC0B6. Grayscale: #555555. Windows color (decimal): -8044727 or 4800389. OLE color: 4800389.
HSL color Cylindrical-coordinate representation of color #853F49: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F49 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 73 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.48 |
| HSL | 351.43º | 0.36% | 0.38% | - |
| HSV(B) | 351.43º | 0.53% | 0.52% | - |
| XYZ | 12.65 | 9.02 | 7.38 | - |
| YUV | 85.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 73 | 0 | 0.53 | 0.45 | 0.48 | 351.43 | 0.36 | 0.38 |
| Hex | 85 | 3F | 49 | 0 | 35 | 2D | 30 | 15F | 24 | 26 |
| Octal | 205 | 77 | 111 | 0 | 65 | 55 | 60 | 537 | 44 | 46 |
| Binary | 10000101 | 111111 | 1001001 | 0 | 110101 | 101101 | 110000 | 101011111 | 100100 | 100110 |
Color Harmonies of #853F49
Complementary color
Monochromatic Colors of #853F49
Black with #853F49
Text Example
Text Example
White with #853F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F49; }
p { color: rgb(133,63,73); }
H1.HeaderClassName
{
color: #853F49;
}
.AnyTagClassName
{
color: #853F49;
}
</style>
background-color css
<style>
a { background-color: #853F49; }
a { background-color: rgb(133,63,73); }
div.DivClassName
{
background-color: #853F49;
}
.BgClassName
{
background-color: #853F49;
}
</style>
border-color css
<style>
span { border-color: #853F49; }
span { border-color: rgb(133,63,73); }
td.TdClassName
{
border-color: #853F49;
}
.TagClassName
{
border-color: #853F49;
}
</style>