#863A4F

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

Shades of Camelot #863A4F

Tints of Camelot #863A4F

Color information

#863A4F (or 0x863A4F) is unknown color: approx Camelot. HEX triplet: 86, 3A and 4F. RGB value is (134,58,79). Sum of RGB (Red+Green+Blue) = 134+58+79=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #863A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A4F is #79C5B0. Grayscale: #535353. Windows color (decimal): -7980465 or 5192326. OLE color: 5192326.

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

Color convert

RGB1345879-
CMYK00.570.410.47
HSL343.42º39.58%37.65%-
HSV(B)343.42º56.72%52.55%-
XYZ12.768.668.4-
YUV83.12125.68164.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=49.45%
G=21.40%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134587900.570.410.47343.4239.5837.65
Hex863A4F039292F1572826
Octal2067211707151575275046
Binary1000011011101010011110111001101001101111101010111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,58,79); }

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

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

 a { background-color: rgb(134,58,79); }

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

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

 span { border-color: rgb(134,58,79); }

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