#85404C

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

Shades of Camelot #85404C

Tints of Camelot #85404C

Color information

#85404C (or 0x85404C) is unknown color: approx Camelot. HEX triplet: 85, 40 and 4C. RGB value is (133,64,76). Sum of RGB (Red+Green+Blue) = 133+64+76=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85404C is #7ABFB3. Grayscale: #565656. Windows color (decimal): -8044468 or 4997253. OLE color: 4997253.

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

Color convert

RGB1336476-
CMYK00.520.430.48
HSL349.57º35.03%38.63%-
HSV(B)349.57º51.88%52.16%-
XYZ12.819.187.93-
YUV86122.36161.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=48.72%
G=23.44%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133647600.520.430.48349.5735.0338.63
Hex85404C0342B3015e2327
Octal20510011406453605364347
Binary10000101100000010011000110100101011110000101011110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85404C; }

 p { color: rgb(133,64,76); }

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

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

 a { background-color: rgb(133,64,76); }

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

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

 span { border-color: rgb(133,64,76); }

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