#864353

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

Shades of Camelot #864353

Tints of Camelot #864353

Color information

#864353 (or 0x864353) is unknown color: approx Camelot. HEX triplet: 86, 43 and 53. RGB value is (134,67,83). Sum of RGB (Red+Green+Blue) = 134+67+83=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #864353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864353 is #79BCAC. Grayscale: #585858. Windows color (decimal): -7978157 or 5456774. OLE color: 5456774.

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

Color convert

RGB1346783-
CMYK00.50.380.47
HSL345.67º33.33%39.41%-
HSV(B)345.67º50%52.55%-
XYZ13.49.719.35-
YUV88.86124.7160.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=47.18%
G=23.59%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134678300.50.380.47345.6733.3339.41
Hex864353032262F15a2127
Octal20610312306246575324147
Binary10000110100001110100110110010100110101111101011010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864353; }

 p { color: rgb(134,67,83); }

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

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

 a { background-color: rgb(134,67,83); }

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

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

 span { border-color: rgb(134,67,83); }

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