#86354D

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

Shades of Camelot #86354D

Tints of Camelot #86354D

Color information

#86354D (or 0x86354D) is unknown color: approx Camelot. HEX triplet: 86, 35 and 4D. RGB value is (134,53,77). Sum of RGB (Red+Green+Blue) = 134+53+77=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86354D is #79CAB2. Grayscale: #4F4F4F. Windows color (decimal): -7981747 or 5059974. OLE color: 5059974.

HSL color Cylindrical-coordinate representation of color #86354D: hue angle of 342.22º 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 #86354D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1345377-
CMYK00.600.430.47
HSL342.22º43.32%36.67%-
HSV(B)342.22º60.45%52.55%-
XYZ12.448.157.94-
YUV79.96126.34166.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=50.76%
G=20.08%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134537700.600.430.47342.2243.3236.67
Hex86354D03C2B2F1562b25
Octal2066511507453575265345
Binary1000011011010110011010111100101011101111101010110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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