#854456

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

Shades of Camelot #854456

Tints of Camelot #854456

Color information

#854456 (or 0x854456) is unknown color: approx Camelot. HEX triplet: 85, 44 and 56. RGB value is (133,68,86). Sum of RGB (Red+Green+Blue) = 133+68+86=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #854456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854456 is #7ABBA9. Grayscale: #595959. Windows color (decimal): -8043434 or 5653637. OLE color: 5653637.

HSL color Cylindrical-coordinate representation of color #854456: hue angle of 343.38º 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 #854456 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1336886-
CMYK00.490.350.48
HSL343.38º32.34%39.41%-
HSV(B)343.38º48.87%52.16%-
XYZ13.429.799.99-
YUV89.49126.03159.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=46.34%
G=23.69%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133688600.490.350.48343.3832.3439.41
Hex85445603123301572027
Octal20510412606143605274047
Binary10000101100010010101100110001100011110000101010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854456; }

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

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

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

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

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

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

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

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