#863241

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

Shades of Camelot #863241

Tints of Camelot #863241

Color information

#863241 (or 0x863241) is unknown color: approx Camelot. HEX triplet: 86, 32 and 41. RGB value is (134,50,65). Sum of RGB (Red+Green+Blue) = 134+50+65=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #863241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863241 is #79CDBE. Grayscale: #4C4C4C. Windows color (decimal): -7982527 or 4272774. OLE color: 4272774.

HSL color Cylindrical-coordinate representation of color #863241: hue angle of 349.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863241 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1345065-
CMYK00.630.510.47
HSL349.29º45.65%36.08%-
HSV(B)349.29º62.69%52.55%-
XYZ11.937.735.86-
YUV76.83121.33168.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=53.82%
G=20.08%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134506500.630.510.47349.2945.6536.08
Hex86324103F332F15d2e24
Octal2066210107763575355644
Binary1000011011001010000010111111110011101111101011101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863241; }

 p { color: rgb(134,50,65); }

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

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

 a { background-color: rgb(134,50,65); }

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

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

 span { border-color: rgb(134,50,65); }

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