#863E48

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

Shades of Camelot #863E48

Tints of Camelot #863E48

Color information

#863E48 (or 0x863E48) is unknown color: approx Camelot. HEX triplet: 86, 3E and 48. RGB value is (134,62,72). Sum of RGB (Red+Green+Blue) = 134+62+72=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #863E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E48 is #79C1B7. Grayscale: #545454. Windows color (decimal): -7979448 or 4734598. OLE color: 4734598.

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

Color convert

RGB1346272-
CMYK00.540.460.47
HSL351.67º36.73%38.43%-
HSV(B)351.67º53.73%52.55%-
XYZ12.728.987.19-
YUV84.67120.85163.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=50%
G=23.13%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134627200.540.460.47351.6736.7338.43
Hex863E480362E2F1602526
Octal2067611006656575404546
Binary1000011011111010010000110110101110101111101100000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863E48; }

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

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

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

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

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

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

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

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