#814754

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

Shades of Camelot #814754

Tints of Camelot #814754

Color information

#814754 (or 0x814754) is unknown color: approx Camelot. HEX triplet: 81, 47 and 54. RGB value is (129,71,84). Sum of RGB (Red+Green+Blue) = 129+71+84=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #814754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814754 is #7EB8AB. Grayscale: #595959. Windows color (decimal): -8304812 or 5523329. OLE color: 5523329.

HSL color Cylindrical-coordinate representation of color #814754: hue angle of 346.55º 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 #814754 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1297184-
CMYK00.450.350.49
HSL346.55º29%39.22%-
HSV(B)346.55º44.96%50.59%-
XYZ12.919.819.6-
YUV89.82124.72155.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=45.42%
G=25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129718400.450.350.49346.552939.22
Hex81475402D233115b1d27
Octal20110712405543615333547
Binary1000000110001111010100010110110001111000110101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814754; }

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

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

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

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

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

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

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

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