#804957

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

Shades of Camelot #804957

Tints of Camelot #804957

Color information

#804957 (or 0x804957) is unknown color: approx Camelot. HEX triplet: 80, 49 and 57. RGB value is (128,73,87). Sum of RGB (Red+Green+Blue) = 128+73+87=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #804957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804957 is #7FB6A8. Grayscale: #5B5B5B. Windows color (decimal): -8369833 or 5720448. OLE color: 5720448.

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

Color convert

RGB1287387-
CMYK00.430.320.50
HSL344.73º27.36%39.41%-
HSV(B)344.73º42.97%50.2%-
XYZ1310.0410.27-
YUV91.04125.72154.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=44.44%
G=25.35%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128738700.430.320.50344.7327.3639.41
Hex80495702B20321591b27
Octal20011112705340625313347
Binary1000000010010011010111010101110000011001010101100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804957; }

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

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

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

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

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

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

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

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