#863549

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

Shades of Camelot #863549

Tints of Camelot #863549

Color information

#863549 (or 0x863549) is unknown color: approx Camelot. HEX triplet: 86, 35 and 49. RGB value is (134,53,73). Sum of RGB (Red+Green+Blue) = 134+53+73=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #863549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863549 is #79CAB6. Grayscale: #4F4F4F. Windows color (decimal): -7981751 or 4797830. OLE color: 4797830.

HSL color Cylindrical-coordinate representation of color #863549: hue angle of 345.19º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863549 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1345373-
CMYK00.600.460.47
HSL345.19º43.32%36.67%-
HSV(B)345.19º60.45%52.55%-
XYZ12.318.17.22-
YUV79.5124.34166.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=51.54%
G=20.38%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134537300.600.460.47345.1943.3236.67
Hex86354903C2E2F1592b25
Octal2066511107456575315345
Binary1000011011010110010010111100101110101111101011001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863549; }

 p { color: rgb(134,53,73); }

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

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

 a { background-color: rgb(134,53,73); }

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

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

 span { border-color: rgb(134,53,73); }

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