#863743

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

Shades of Camelot #863743

Tints of Camelot #863743

Color information

#863743 (or 0x863743) is unknown color: approx Camelot. HEX triplet: 86, 37 and 43. RGB value is (134,55,67). Sum of RGB (Red+Green+Blue) = 134+55+67=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #863743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863743 is #79C8BC. Grayscale: #505050. Windows color (decimal): -7981245 or 4405126. OLE color: 4405126.

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

Color convert

RGB1345567-
CMYK00.590.50.47
HSL350.89º41.8%37.06%-
HSV(B)350.89º58.96%52.55%-
XYZ12.218.216.25-
YUV79.99120.67166.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=52.34%
G=21.48%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134556700.590.50.47350.8941.837.06
Hex86374303B322F15f2a25
Octal2066710307362575375245
Binary1000011011011110000110111011110010101111101011111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863743; }

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

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

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

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

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

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

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

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