#854552

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

Shades of Camelot #854552

Tints of Camelot #854552

Color information

#854552 (or 0x854552) is unknown color: approx Camelot. HEX triplet: 85, 45 and 52. RGB value is (133,69,82). Sum of RGB (Red+Green+Blue) = 133+69+82=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #854552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854552 is #7ABAAD. Grayscale: #595959. Windows color (decimal): -8043182 or 5391749. OLE color: 5391749.

HSL color Cylindrical-coordinate representation of color #854552: hue angle of 347.81º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854552 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1336982-
CMYK00.480.380.48
HSL347.81º31.68%39.61%-
HSV(B)347.81º48.12%52.16%-
XYZ13.329.859.18-
YUV89.62123.7158.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=46.83%
G=24.30%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133698200.480.380.48347.8131.6839.61
Hex854552030263015c2028
Octal20510512206046605344050
Binary10000101100010110100100110000100110110000101011100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854552; }

 p { color: rgb(133,69,82); }

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

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

 a { background-color: rgb(133,69,82); }

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

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

 span { border-color: rgb(133,69,82); }

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