#863946

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

Shades of Camelot #863946

Tints of Camelot #863946

Color information

#863946 (or 0x863946) is unknown color: approx Camelot. HEX triplet: 86, 39 and 46. RGB value is (134,57,70). Sum of RGB (Red+Green+Blue) = 134+57+70=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #863946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863946 is #79C6B9. Grayscale: #515151. Windows color (decimal): -7980730 or 4602246. OLE color: 4602246.

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

Color convert

RGB1345770-
CMYK00.570.480.47
HSL349.87º40.31%37.45%-
HSV(B)349.87º57.46%52.55%-
XYZ12.48.446.77-
YUV81.5121.51165.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=51.34%
G=21.84%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134577000.570.480.47349.8740.3137.45
Hex863946039302F15e2825
Octal2067110607160575365045
Binary1000011011100110001100111001110000101111101011110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863946; }

 p { color: rgb(134,57,70); }

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

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

 a { background-color: rgb(134,57,70); }

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

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

 span { border-color: rgb(134,57,70); }

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