#854454

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

Shades of Camelot #854454

Tints of Camelot #854454

Color information

#854454 (or 0x854454) is unknown color: approx Camelot. HEX triplet: 85, 44 and 54. RGB value is (133,68,84). Sum of RGB (Red+Green+Blue) = 133+68+84=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854454 is #7ABBAB. Grayscale: #595959. Windows color (decimal): -8043436 or 5522565. OLE color: 5522565.

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

Color convert

RGB1336884-
CMYK00.490.370.48
HSL345.23º32.34%39.41%-
HSV(B)345.23º48.87%52.16%-
XYZ13.349.769.57-
YUV89.26125.03159.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=46.67%
G=23.86%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133688400.490.370.48345.2332.3439.41
Hex85445403125301592027
Octal20510412406145605314047
Binary10000101100010010101000110001100101110000101011001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854454; }

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

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

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

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

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

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

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

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