#863845

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

Shades of Camelot #863845

Tints of Camelot #863845

Color information

#863845 (or 0x863845) is unknown color: approx Camelot. HEX triplet: 86, 38 and 45. RGB value is (134,56,69). Sum of RGB (Red+Green+Blue) = 134+56+69=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #863845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863845 is #79C7BA. Grayscale: #505050. Windows color (decimal): -7980987 or 4536454. OLE color: 4536454.

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

Color convert

RGB1345669-
CMYK00.580.490.47
HSL350º41.05%37.25%-
HSV(B)350º58.21%52.55%-
XYZ12.328.336.59-
YUV80.8121.34165.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=51.74%
G=21.62%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134566900.580.490.4735041.0537.25
Hex86384503A312F15e2925
Octal2067010507261575365145
Binary1000011011100010001010111010110001101111101011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863845; }

 p { color: rgb(134,56,69); }

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

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

 a { background-color: rgb(134,56,69); }

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

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

 span { border-color: rgb(134,56,69); }

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