#804756

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

Shades of Camelot #804756

Tints of Camelot #804756

Color information

#804756 (or 0x804756) is unknown color: approx Camelot. HEX triplet: 80, 47 and 56. RGB value is (128,71,86). Sum of RGB (Red+Green+Blue) = 128+71+86=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #804756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804756 is #7FB8A9. Grayscale: #595959. Windows color (decimal): -8370346 or 5654400. OLE color: 5654400.

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

Color convert

RGB1287186-
CMYK00.450.330.50
HSL344.21º28.64%39.02%-
HSV(B)344.21º44.53%50.2%-
XYZ12.849.7710.01-
YUV89.75125.88155.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=44.91%
G=24.91%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128718600.450.330.50344.2128.6439.02
Hex80475602D21321581d27
Octal20010712605541625303547
Binary1000000010001111010110010110110000111001010101100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804756; }

 p { color: rgb(128,71,86); }

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

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

 a { background-color: rgb(128,71,86); }

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

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

 span { border-color: rgb(128,71,86); }

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