#863948

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

Shades of Camelot #863948

Tints of Camelot #863948

Color information

#863948 (or 0x863948) is unknown color: approx Camelot. HEX triplet: 86, 39 and 48. RGB value is (134,57,72). Sum of RGB (Red+Green+Blue) = 134+57+72=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #863948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863948 is #79C6B7. Grayscale: #515151. Windows color (decimal): -7980728 or 4733318. OLE color: 4733318.

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

Color convert

RGB1345772-
CMYK00.570.460.47
HSL348.31º40.31%37.45%-
HSV(B)348.31º57.46%52.55%-
XYZ12.468.467.11-
YUV81.73122.51165.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=50.95%
G=21.67%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134577200.570.460.47348.3140.3137.45
Hex8639480392E2F15c2825
Octal2067111007156575345045
Binary1000011011100110010000111001101110101111101011100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863948; }

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

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

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

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

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

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

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

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