#854452

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

Shades of Camelot #854452

Tints of Camelot #854452

Color information

#854452 (or 0x854452) is unknown color: approx Camelot. HEX triplet: 85, 44 and 52. RGB value is (133,68,82). Sum of RGB (Red+Green+Blue) = 133+68+82=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854452 is #7ABBAD. Grayscale: #595959. Windows color (decimal): -8043438 or 5391493. OLE color: 5391493.

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

Color convert

RGB1336882-
CMYK00.490.380.48
HSL347.08º32.34%39.41%-
HSV(B)347.08º48.87%52.16%-
XYZ13.269.739.16-
YUV89.03124.03159.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=47.00%
G=24.03%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133688200.490.380.48347.0832.3439.41
Hex854452031263015b2027
Octal20510412206146605334047
Binary10000101100010010100100110001100110110000101011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854452; }

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

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

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

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

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

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

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

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