#863548

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

Shades of Camelot #863548

Tints of Camelot #863548

Color information

#863548 (or 0x863548) is unknown color: approx Camelot. HEX triplet: 86, 35 and 48. RGB value is (134,53,72). Sum of RGB (Red+Green+Blue) = 134+53+72=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #863548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863548 is #79CAB7. Grayscale: #4F4F4F. Windows color (decimal): -7981752 or 4732294. OLE color: 4732294.

HSL color Cylindrical-coordinate representation of color #863548: hue angle of 345.93º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863548 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1345372-
CMYK00.600.460.47
HSL345.93º43.32%36.67%-
HSV(B)345.93º60.45%52.55%-
XYZ12.278.087.04-
YUV79.38123.84166.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=51.74%
G=20.46%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134537200.600.460.47345.9343.3236.67
Hex86354803C2E2F15a2b25
Octal2066511007456575325345
Binary1000011011010110010000111100101110101111101011010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863548; }

 p { color: rgb(134,53,72); }

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

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

 a { background-color: rgb(134,53,72); }

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

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

 span { border-color: rgb(134,53,72); }

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