#844653

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

Shades of Camelot #844653

Tints of Camelot #844653

Color information

#844653 (or 0x844653) is unknown color: approx Camelot. HEX triplet: 84, 46 and 53. RGB value is (132,70,83). Sum of RGB (Red+Green+Blue) = 132+70+83=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844653 is #7BB9AC. Grayscale: #5A5A5A. Windows color (decimal): -8108461 or 5457540. OLE color: 5457540.

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

Color convert

RGB1327083-
CMYK00.470.370.48
HSL347.42º30.69%39.61%-
HSV(B)347.42º46.97%51.76%-
XYZ13.279.919.4-
YUV90.02124.04157.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=46.32%
G=24.56%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132708300.470.370.48347.4230.6939.61
Hex84465302F253015b1f28
Octal20410612305745605333750
Binary1000010010001101010011010111110010111000010101101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844653; }

 p { color: rgb(132,70,83); }

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

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

 a { background-color: rgb(132,70,83); }

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

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

 span { border-color: rgb(132,70,83); }

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