#884455

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

Shades of Camelot #884455

Tints of Camelot #884455

Color information

#884455 (or 0x884455) is unknown color: approx Camelot. HEX triplet: 88, 44 and 55. RGB value is (136,68,85). Sum of RGB (Red+Green+Blue) = 136+68+85=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884455 is #77BBAA. Grayscale: #5A5A5A. Windows color (decimal): -7846827 or 5588104. OLE color: 5588104.

HSL color Cylindrical-coordinate representation of color #884455: hue angle of 345º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884455 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1366885-
CMYK00.500.380.47
HSL345º33.33%40%-
HSV(B)345º50%53.33%-
XYZ13.8610.029.8-
YUV90.27125.03160.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=47.06%
G=23.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136688500.500.380.4734533.3340
Hex884455032262F1592128
Octal21010412506246575314150
Binary10001000100010010101010110010100110101111101011001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884455; }

 p { color: rgb(136,68,85); }

 H1.HeaderClassName
 {
   color: #884455;
 }
 .AnyTagClassName
 {
   color: #884455;
 }
</style>
background-color css

<style>
 a { background-color: #884455; }

 a { background-color: rgb(136,68,85); }

 div.DivClassName
 {
   background-color: #884455;
 }
 .BgClassName
 {
   background-color: #884455;
 }
</style>
border-color css

<style>
 span { border-color: #884455; }

 span { border-color: rgb(136,68,85); }

 td.TdClassName
 {
   border-color: #884455;
 }
 .TagClassName
 {
   border-color: #884455;
 }
</style>