#803E47

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

Shades of Camelot #803E47

Tints of Camelot #803E47

Color information

#803E47 (or 0x803E47) is unknown color: approx Camelot. HEX triplet: 80, 3E and 47. RGB value is (128,62,71). Sum of RGB (Red+Green+Blue) = 128+62+71=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #803E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E47 is #7FC1B8. Grayscale: #525252. Windows color (decimal): -8372665 or 4669056. OLE color: 4669056.

HSL color Cylindrical-coordinate representation of color #803E47: hue angle of 351.82º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E47 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1286271-
CMYK00.520.450.50
HSL351.82º34.74%37.25%-
HSV(B)351.82º51.56%50.2%-
XYZ11.768.496.98-
YUV82.76121.37160.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=49.04%
G=23.75%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128627100.520.450.50351.8234.7437.25
Hex803E470342D321602325
Octal2007610706455625404345
Binary1000000011111010001110110100101101110010101100000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803E47; }

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

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

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

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

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

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

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

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