#863C4A

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

Shades of Camelot #863C4A

Tints of Camelot #863C4A

Color information

#863C4A (or 0x863C4A) is unknown color: approx Camelot. HEX triplet: 86, 3C and 4A. RGB value is (134,60,74). Sum of RGB (Red+Green+Blue) = 134+60+74=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #863C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C4A is #79C3B5. Grayscale: #535353. Windows color (decimal): -7979958 or 4865158. OLE color: 4865158.

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

Color convert

RGB1346074-
CMYK00.550.450.47
HSL348.65º38.14%38.04%-
HSV(B)348.65º55.22%52.55%-
XYZ12.688.797.51-
YUV83.72122.52163.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 22.39%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=50%
G=22.39%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134607400.550.450.47348.6538.1438.04
Hex863C4A0372D2F15d2626
Octal2067411206755575354646
Binary1000011011110010010100110111101101101111101011101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,60,74); }

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

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

 a { background-color: rgb(134,60,74); }

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

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

 span { border-color: rgb(134,60,74); }

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