#863851

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

Shades of Camelot #863851

Tints of Camelot #863851

Color information

#863851 (or 0x863851) is unknown color: approx Camelot. HEX triplet: 86, 38 and 51. RGB value is (134,56,81). Sum of RGB (Red+Green+Blue) = 134+56+81=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #863851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863851 is #79C7AE. Grayscale: #525252. Windows color (decimal): -7980975 or 5322886. OLE color: 5322886.

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

Color convert

RGB1345681-
CMYK00.580.400.47
HSL340.77º41.05%37.25%-
HSV(B)340.77º58.21%52.55%-
XYZ12.738.498.75-
YUV82.17127.34164.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=49.45%
G=20.66%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134568100.580.400.47340.7741.0537.25
Hex86385103A282F1552925
Octal2067012107250575255145
Binary1000011011100010100010111010101000101111101010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863851; }

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

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

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

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

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

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

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

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