Shades of Camelot #884554
Tints of Camelot #884554
RGB
CMYK
RGB Variations
Color information
#884554 (or 0x884554) is known color: Camelot. HEX triplet: 88, 45 and 54. RGB value is (136,69,84). Sum of RGB (Red+Green+Blue) = 136+69+84=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884554 is #77BAAB. Grayscale: #5A5A5A. Windows color (decimal): -7846572 or 5522824. OLE color: 5522824.
HSL color Cylindrical-coordinate representation of color #884554: hue angle of 346.57º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884554 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 69 | 84 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.47 |
| HSL | 346.57º | 0.33% | 0.4% | - |
| HSV(B) | 346.57º | 0.49% | 0.53% | - |
| XYZ | 13.88 | 10.13 | 9.61 | - |
| YUV | 90.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 84 | 0 | 0.49 | 0.38 | 0.47 | 346.57 | 0.33 | 0.4 |
| Hex | 88 | 45 | 54 | 0 | 31 | 26 | 2F | 15B | 21 | 28 |
| Octal | 210 | 105 | 124 | 0 | 61 | 46 | 57 | 533 | 41 | 50 |
| Binary | 10001000 | 1000101 | 1010100 | 0 | 110001 | 100110 | 101111 | 101011011 | 100001 | 101000 |
Color Harmonies of #884554
Complementary color
Monochromatic Colors of #884554
Black with #884554
Text Example
Text Example
White with #884554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884554; }
p { color: rgb(136,69,84); }
H1.HeaderClassName
{
color: #884554;
}
.AnyTagClassName
{
color: #884554;
}
</style>
background-color css
<style>
a { background-color: #884554; }
a { background-color: rgb(136,69,84); }
div.DivClassName
{
background-color: #884554;
}
.BgClassName
{
background-color: #884554;
}
</style>
border-color css
<style>
span { border-color: #884554; }
span { border-color: rgb(136,69,84); }
td.TdClassName
{
border-color: #884554;
}
.TagClassName
{
border-color: #884554;
}
</style>