#863344

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

Shades of Camelot #863344

Tints of Camelot #863344

Color information

#863344 (or 0x863344) is unknown color: approx Camelot. HEX triplet: 86, 33 and 44. RGB value is (134,51,68). Sum of RGB (Red+Green+Blue) = 134+51+68=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863344 is #79CCBB. Grayscale: #4D4D4D. Windows color (decimal): -7982268 or 4469638. OLE color: 4469638.

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

Color convert

RGB1345168-
CMYK00.620.490.47
HSL347.71º44.86%36.27%-
HSV(B)347.71º61.94%52.55%-
XYZ12.067.856.35-
YUV77.75122.5168.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=52.96%
G=20.16%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134516800.620.490.47347.7144.8636.27
Hex86334403E312F15c2d24
Octal2066310407661575345544
Binary1000011011001110001000111110110001101111101011100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863344; }

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

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

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

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

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

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

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

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