Shades of Camelot #873C47
Tints of Camelot #873C47
RGB
CMYK
RGB Variations
Color information
#873C47 (or 0x873C47) is known color: Camelot. HEX triplet: 87, 3C and 47. RGB value is (135,60,71). Sum of RGB (Red+Green+Blue) = 135+60+71=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #873C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C47 is #78C3B8. Grayscale: #535353. Windows color (decimal): -7914425 or 4668551. OLE color: 4668551.
HSL color Cylindrical-coordinate representation of color #873C47: hue angle of 351.2º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C47 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 71 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.47 |
| HSL | 351.2º | 0.38% | 0.38% | - |
| HSV(B) | 351.2º | 0.56% | 0.53% | - |
| XYZ | 12.74 | 8.84 | 7 | - |
| YUV | 83.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 71 | 0 | 0.56 | 0.47 | 0.47 | 351.2 | 0.38 | 0.38 |
| Hex | 87 | 3C | 47 | 0 | 38 | 2F | 2F | 15F | 26 | 26 |
| Octal | 207 | 74 | 107 | 0 | 70 | 57 | 57 | 537 | 46 | 46 |
| Binary | 10000111 | 111100 | 1000111 | 0 | 111000 | 101111 | 101111 | 101011111 | 100110 | 100110 |
Color Harmonies of #873C47
Complementary color
Monochromatic Colors of #873C47
Black with #873C47
Text Example
Text Example
White with #873C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C47; }
p { color: rgb(135,60,71); }
H1.HeaderClassName
{
color: #873C47;
}
.AnyTagClassName
{
color: #873C47;
}
</style>
background-color css
<style>
a { background-color: #873C47; }
a { background-color: rgb(135,60,71); }
div.DivClassName
{
background-color: #873C47;
}
.BgClassName
{
background-color: #873C47;
}
</style>
border-color css
<style>
span { border-color: #873C47; }
span { border-color: rgb(135,60,71); }
td.TdClassName
{
border-color: #873C47;
}
.TagClassName
{
border-color: #873C47;
}
</style>