#86354A

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

Shades of Camelot #86354A

Tints of Camelot #86354A

Color information

#86354A (or 0x86354A) is unknown color: approx Camelot. HEX triplet: 86, 35 and 4A. RGB value is (134,53,74). Sum of RGB (Red+Green+Blue) = 134+53+74=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86354A is #79CAB5. Grayscale: #4F4F4F. Windows color (decimal): -7981750 or 4863366. OLE color: 4863366.

HSL color Cylindrical-coordinate representation of color #86354A: hue angle of 344.44º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86354A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1345374-
CMYK00.600.450.47
HSL344.44º43.32%36.67%-
HSV(B)344.44º60.45%52.55%-
XYZ12.348.117.39-
YUV79.61124.84166.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=51.34%
G=20.31%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134537400.600.450.47344.4443.3236.67
Hex86354A03C2D2F1582b25
Octal2066511207455575305345
Binary1000011011010110010100111100101101101111101011000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86354A; }

 p { color: rgb(134,53,74); }

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

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

 a { background-color: rgb(134,53,74); }

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

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

 span { border-color: rgb(134,53,74); }

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