#884454

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

Shades of Camelot #884454

Tints of Camelot #884454

Color information

#884454 (or 0x884454) is unknown color: approx Camelot. HEX triplet: 88, 44 and 54. RGB value is (136,68,84). Sum of RGB (Red+Green+Blue) = 136+68+84=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884454 is #77BBAB. Grayscale: #5A5A5A. Windows color (decimal): -7846828 or 5522568. OLE color: 5522568.

HSL color Cylindrical-coordinate representation of color #884454: hue angle of 345.88º 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 #884454 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1366884-
CMYK00.500.380.47
HSL345.88º33.33%40%-
HSV(B)345.88º50%53.33%-
XYZ13.8210.019.59-
YUV90.16124.53160.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=47.22%
G=23.61%
B=29.17%

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
Decimal136688400.500.380.47345.8833.3340
Hex884454032262F15a2128
Octal21010412406246575324150
Binary10001000100010010101000110010100110101111101011010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884454; }

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

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

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

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

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

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

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

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