#863744

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

Shades of Camelot #863744

Tints of Camelot #863744

Color information

#863744 (or 0x863744) is unknown color: approx Camelot. HEX triplet: 86, 37 and 44. RGB value is (134,55,68). Sum of RGB (Red+Green+Blue) = 134+55+68=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863744 is #79C8BB. Grayscale: #505050. Windows color (decimal): -7981244 or 4470662. OLE color: 4470662.

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

Color convert

RGB1345568-
CMYK00.590.490.47
HSL350.13º41.8%37.06%-
HSV(B)350.13º58.96%52.55%-
XYZ12.248.226.41-
YUV80.1121.17166.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=52.14%
G=21.40%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134556800.590.490.47350.1341.837.06
Hex86374403B312F15e2a25
Octal2066710407361575365245
Binary1000011011011110001000111011110001101111101011110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863744; }

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

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

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

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

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

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

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

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