#884554

Color #884554 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #884554

Tints of Camelot #884554

Color information

#884554 (or 0x884554) is unknown color: approx 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

RGB1366984-
CMYK00.490.380.47
HSL346.57º32.68%40.2%-
HSV(B)346.57º49.26%53.33%-
XYZ13.8810.139.61-
YUV90.74124.2160.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=47.06%
G=23.88%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136698400.490.380.47346.5732.6840.2
Hex884554031262F15b2128
Octal21010512406146575334150
Binary10001000100010110101000110001100110101111101011011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>