#844352

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

Shades of Camelot #844352

Tints of Camelot #844352

Color information

#844352 (or 0x844352) is unknown color: approx Camelot. HEX triplet: 84, 43 and 52. RGB value is (132,67,82). Sum of RGB (Red+Green+Blue) = 132+67+82=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #844352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844352 is #7BBCAD. Grayscale: #585858. Windows color (decimal): -8109230 or 5391236. OLE color: 5391236.

HSL color Cylindrical-coordinate representation of color #844352: hue angle of 346.15º 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 #844352 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1326782-
CMYK00.490.380.48
HSL346.15º32.66%39.02%-
HSV(B)346.15º49.24%51.76%-
XYZ13.059.539.13-
YUV88.14124.53159.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=46.98%
G=23.84%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132678200.490.380.48346.1532.6639.02
Hex844352031263015a2127
Octal20410312206146605324147
Binary10000100100001110100100110001100110110000101011010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844352; }

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

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

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

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

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

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

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

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