#863D47

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

Shades of Camelot #863D47

Tints of Camelot #863D47

Color information

#863D47 (or 0x863D47) is unknown color: approx Camelot. HEX triplet: 86, 3D and 47. RGB value is (134,61,71). Sum of RGB (Red+Green+Blue) = 134+61+71=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #863D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D47 is #79C2B8. Grayscale: #545454. Windows color (decimal): -7979705 or 4668806. OLE color: 4668806.

HSL color Cylindrical-coordinate representation of color #863D47: hue angle of 351.78º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863D47 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1346171-
CMYK00.540.470.47
HSL351.78º37.44%38.24%-
HSV(B)351.78º54.48%52.55%-
XYZ12.648.867.01-
YUV83.97120.68163.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=50.38%
G=22.93%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134617100.540.470.47351.7837.4438.24
Hex863D470362F2F1602526
Octal2067510706657575404546
Binary1000011011110110001110110110101111101111101100000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863D47; }

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

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

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

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

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

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

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

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