#863852

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

Shades of Camelot #863852

Tints of Camelot #863852

Color information

#863852 (or 0x863852) is unknown color: approx Camelot. HEX triplet: 86, 38 and 52. RGB value is (134,56,82). Sum of RGB (Red+Green+Blue) = 134+56+82=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #863852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863852 is #79C7AD. Grayscale: #525252. Windows color (decimal): -7980974 or 5388422. OLE color: 5388422.

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

Color convert

RGB1345682-
CMYK00.580.390.47
HSL340º41.05%37.25%-
HSV(B)340º58.21%52.55%-
XYZ12.778.518.95-
YUV82.29127.84164.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=49.26%
G=20.59%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134568200.580.390.4734041.0537.25
Hex86385203A272F1542925
Octal2067012207247575245145
Binary1000011011100010100100111010100111101111101010100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863852; }

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

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

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

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

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

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

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

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