#863B4C

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

Shades of Camelot #863B4C

Tints of Camelot #863B4C

Color information

#863B4C (or 0x863B4C) is unknown color: approx Camelot. HEX triplet: 86, 3B and 4C. RGB value is (134,59,76). Sum of RGB (Red+Green+Blue) = 134+59+76=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #863B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B4C is #79C4B3. Grayscale: #535353. Windows color (decimal): -7980212 or 4995974. OLE color: 4995974.

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

Color convert

RGB1345976-
CMYK00.560.430.47
HSL346.4º38.86%37.84%-
HSV(B)346.4º55.97%52.55%-
XYZ12.78.727.85-
YUV83.36123.85164.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 59 (23.44% from 255) = 21.93%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=49.81%
G=21.93%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134597600.560.430.47346.438.8637.84
Hex863B4C0382B2F15a2726
Octal2067311407053575324746
Binary1000011011101110011000111000101011101111101011010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,76); }

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

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

 a { background-color: rgb(134,59,76); }

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

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

 span { border-color: rgb(134,59,76); }

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