#863247

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

Shades of Camelot #863247

Tints of Camelot #863247

Color information

#863247 (or 0x863247) is unknown color: approx Camelot. HEX triplet: 86, 32 and 47. RGB value is (134,50,71). Sum of RGB (Red+Green+Blue) = 134+50+71=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863247 is #79CDB8. Grayscale: #4D4D4D. Windows color (decimal): -7982521 or 4665990. OLE color: 4665990.

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

Color convert

RGB1345071-
CMYK00.630.470.47
HSL345º45.65%36.08%-
HSV(B)345º62.69%52.55%-
XYZ12.117.86.83-
YUV77.51124.33168.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=52.55%
G=19.61%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134507100.630.470.4734545.6536.08
Hex86324703F2F2F1592e24
Octal2066210707757575315644
Binary1000011011001010001110111111101111101111101011001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863247; }

 p { color: rgb(134,50,71); }

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

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

 a { background-color: rgb(134,50,71); }

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

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

 span { border-color: rgb(134,50,71); }

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