#814755

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

Shades of Camelot #814755

Tints of Camelot #814755

Color information

#814755 (or 0x814755) is unknown color: approx Camelot. HEX triplet: 81, 47 and 55. RGB value is (129,71,85). Sum of RGB (Red+Green+Blue) = 129+71+85=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #814755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814755 is #7EB8AA. Grayscale: #595959. Windows color (decimal): -8304811 or 5588865. OLE color: 5588865.

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

Color convert

RGB1297185-
CMYK00.450.340.49
HSL345.52º29%39.22%-
HSV(B)345.52º44.96%50.59%-
XYZ12.959.839.81-
YUV89.94125.22155.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=45.26%
G=24.91%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129718500.450.340.49345.522939.22
Hex81475502D223115a1d27
Octal20110712505542615323547
Binary1000000110001111010101010110110001011000110101101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814755; }

 p { color: rgb(129,71,85); }

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

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

 a { background-color: rgb(129,71,85); }

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

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

 span { border-color: rgb(129,71,85); }

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