#863944

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

Shades of Camelot #863944

Tints of Camelot #863944

Color information

#863944 (or 0x863944) is unknown color: approx Camelot. HEX triplet: 86, 39 and 44. RGB value is (134,57,68). Sum of RGB (Red+Green+Blue) = 134+57+68=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #863944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863944 is #79C6BB. Grayscale: #515151. Windows color (decimal): -7980732 or 4471174. OLE color: 4471174.

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

Color convert

RGB1345768-
CMYK00.570.490.47
HSL351.43º40.31%37.45%-
HSV(B)351.43º57.46%52.55%-
XYZ12.348.416.44-
YUV81.28120.51165.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=51.74%
G=22.01%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134576800.570.490.47351.4340.3137.45
Hex863944039312F15f2825
Octal2067110407161575375045
Binary1000011011100110001000111001110001101111101011111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863944; }

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

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

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

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

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

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

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

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