Shades of Camelot #853D4A
Tints of Camelot #853D4A
RGB
CMYK
RGB Variations
Color information
#853D4A (or 0x853D4A) is known color: Camelot. HEX triplet: 85, 3D and 4A. RGB value is (133,61,74). Sum of RGB (Red+Green+Blue) = 133+61+74=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #853D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D4A is #7AC2B5. Grayscale: #545454. Windows color (decimal): -8045238 or 4865413. OLE color: 4865413.
HSL color Cylindrical-coordinate representation of color #853D4A: hue angle of 349.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #853D4A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 74 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.48 |
| HSL | 349.17º | 0.37% | 0.38% | - |
| HSV(B) | 349.17º | 0.54% | 0.52% | - |
| XYZ | 12.58 | 8.82 | 7.52 | - |
| YUV | 84.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 74 | 0 | 0.54 | 0.44 | 0.48 | 349.17 | 0.37 | 0.38 |
| Hex | 85 | 3D | 4A | 0 | 36 | 2C | 30 | 15D | 25 | 26 |
| Octal | 205 | 75 | 112 | 0 | 66 | 54 | 60 | 535 | 45 | 46 |
| Binary | 10000101 | 111101 | 1001010 | 0 | 110110 | 101100 | 110000 | 101011101 | 100101 | 100110 |
Color Harmonies of #853D4A
Complementary color
Monochromatic Colors of #853D4A
Black with #853D4A
Text Example
Text Example
White with #853D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D4A; }
p { color: rgb(133,61,74); }
H1.HeaderClassName
{
color: #853D4A;
}
.AnyTagClassName
{
color: #853D4A;
}
</style>
background-color css
<style>
a { background-color: #853D4A; }
a { background-color: rgb(133,61,74); }
div.DivClassName
{
background-color: #853D4A;
}
.BgClassName
{
background-color: #853D4A;
}
</style>
border-color css
<style>
span { border-color: #853D4A; }
span { border-color: rgb(133,61,74); }
td.TdClassName
{
border-color: #853D4A;
}
.TagClassName
{
border-color: #853D4A;
}
</style>