#884254

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

Shades of Camelot #884254

Tints of Camelot #884254

Color information

#884254 (or 0x884254) is unknown color: approx Camelot. HEX triplet: 88, 42 and 54. RGB value is (136,66,84). Sum of RGB (Red+Green+Blue) = 136+66+84=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884254 is #77BDAB. Grayscale: #585858. Windows color (decimal): -7847340 or 5522056. OLE color: 5522056.

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

Color convert

RGB1366684-
CMYK00.510.380.47
HSL344.57º34.65%39.61%-
HSV(B)344.57º51.47%53.33%-
XYZ13.79.779.55-
YUV88.98125.19161.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=47.55%
G=23.08%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136668400.510.380.47344.5734.6539.61
Hex884254033262F1592328
Octal21010212406346575314350
Binary10001000100001010101000110011100110101111101011001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884254; }

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

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

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

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

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

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

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

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