#863D52

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

Shades of Camelot #863D52

Tints of Camelot #863D52

Color information

#863D52 (or 0x863D52) is unknown color: approx Camelot. HEX triplet: 86, 3D and 52. RGB value is (134,61,82). Sum of RGB (Red+Green+Blue) = 134+61+82=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #863D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D52 is #79C2AD. Grayscale: #555555. Windows color (decimal): -7979694 or 5389702. OLE color: 5389702.

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

Color convert

RGB1346182-
CMYK00.540.390.47
HSL342.74º37.44%38.24%-
HSV(B)342.74º54.48%52.55%-
XYZ13.029.029.04-
YUV85.22126.18162.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=48.38%
G=22.02%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134618200.540.390.47342.7437.4438.24
Hex863D52036272F1572526
Octal2067512206647575274546
Binary1000011011110110100100110110100111101111101010111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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