#864453

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

Shades of Camelot #864453

Tints of Camelot #864453

Color information

#864453 (or 0x864453) is unknown color: approx Camelot. HEX triplet: 86, 44 and 53. RGB value is (134,68,83). Sum of RGB (Red+Green+Blue) = 134+68+83=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #864453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864453 is #79BBAC. Grayscale: #595959. Windows color (decimal): -7977901 or 5457030. OLE color: 5457030.

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

Color convert

RGB1346883-
CMYK00.490.380.47
HSL346.36º32.67%39.61%-
HSV(B)346.36º49.25%52.55%-
XYZ13.469.839.37-
YUV89.44124.37159.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=47.02%
G=23.86%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134688300.490.380.47346.3632.6739.61
Hex864453031262F15a2128
Octal20610412306146575324150
Binary10000110100010010100110110001100110101111101011010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864453; }

 p { color: rgb(134,68,83); }

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

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

 a { background-color: rgb(134,68,83); }

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

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

 span { border-color: rgb(134,68,83); }

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