#863047

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

Shades of Camelot #863047

Tints of Camelot #863047

Color information

#863047 (or 0x863047) is unknown color: approx Camelot. HEX triplet: 86, 30 and 47. RGB value is (134,48,71). Sum of RGB (Red+Green+Blue) = 134+48+71=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863047 is #79CFB8. Grayscale: #4C4C4C. Windows color (decimal): -7983033 or 4665478. OLE color: 4665478.

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

Color convert

RGB1344871-
CMYK00.640.470.47
HSL343.95º47.25%35.69%-
HSV(B)343.95º64.18%52.55%-
XYZ12.037.646.8-
YUV76.34124.99169.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=52.96%
G=18.97%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134487100.640.470.47343.9547.2535.69
Hex8630470402F2F1582f24
Octal20660107010057575305744
Binary10000110110000100011101000000101111101111101011000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863047; }

 p { color: rgb(134,48,71); }

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

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

 a { background-color: rgb(134,48,71); }

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

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

 span { border-color: rgb(134,48,71); }

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