#844357

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

Shades of Camelot #844357

Tints of Camelot #844357

Color information

#844357 (or 0x844357) is unknown color: approx Camelot. HEX triplet: 84, 43 and 57. RGB value is (132,67,87). Sum of RGB (Red+Green+Blue) = 132+67+87=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #844357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844357 is #7BBCA8. Grayscale: #585858. Windows color (decimal): -8109225 or 5718916. OLE color: 5718916.

HSL color Cylindrical-coordinate representation of color #844357: hue angle of 341.54º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844357 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1326787-
CMYK00.490.340.48
HSL341.54º32.66%39.02%-
HSV(B)341.54º49.24%51.76%-
XYZ13.249.6110.17-
YUV88.72127.03158.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=46.15%
G=23.43%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132678700.490.340.48341.5432.6639.02
Hex84435703122301562127
Octal20410312706142605264147
Binary10000100100001110101110110001100010110000101010110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844357; }

 p { color: rgb(132,67,87); }

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

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

 a { background-color: rgb(132,67,87); }

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

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

 span { border-color: rgb(132,67,87); }

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