#863750

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

Shades of Camelot #863750

Tints of Camelot #863750

Color information

#863750 (or 0x863750) is unknown color: approx Camelot. HEX triplet: 86, 37 and 50. RGB value is (134,55,80). Sum of RGB (Red+Green+Blue) = 134+55+80=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #863750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863750 is #79C8AF. Grayscale: #515151. Windows color (decimal): -7981232 or 5257094. OLE color: 5257094.

HSL color Cylindrical-coordinate representation of color #863750: hue angle of 341.01º 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 #863750 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1345580-
CMYK00.590.400.47
HSL341.01º41.8%37.06%-
HSV(B)341.01º58.96%52.55%-
XYZ12.658.388.54-
YUV81.47127.17165.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=49.81%
G=20.45%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134558000.590.400.47341.0141.837.06
Hex86375003B282F1552a25
Octal2066712007350575255245
Binary1000011011011110100000111011101000101111101010101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863750; }

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

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

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

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

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

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

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

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