#804857

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

Shades of Camelot #804857

Tints of Camelot #804857

Color information

#804857 (or 0x804857) is unknown color: approx Camelot. HEX triplet: 80, 48 and 57. RGB value is (128,72,87). Sum of RGB (Red+Green+Blue) = 128+72+87=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #804857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804857 is #7FB7A8. Grayscale: #5A5A5A. Windows color (decimal): -8370089 or 5720192. OLE color: 5720192.

HSL color Cylindrical-coordinate representation of color #804857: hue angle of 343.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804857 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB1287287-
CMYK00.440.320.50
HSL343.93º28%39.22%-
HSV(B)343.93º43.75%50.2%-
XYZ12.949.9110.25-
YUV90.45126.05154.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=44.60%
G=25.09%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128728700.440.320.50343.932839.22
Hex80485702C20321581c27
Octal20011012705440625303447
Binary1000000010010001010111010110010000011001010101100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804857; }

 p { color: rgb(128,72,87); }

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

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

 a { background-color: rgb(128,72,87); }

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

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

 span { border-color: rgb(128,72,87); }

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