#84526C

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

Shades of Cosmic #84526C

Tints of Cosmic #84526C

Color information

#84526C (or 0x84526C) is unknown color: approx Cosmic. HEX triplet: 84, 52 and 6C. RGB value is (132,82,108). Sum of RGB (Red+Green+Blue) = 132+82+108=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84526C is #7BAD93. Grayscale: #636363. Windows color (decimal): -8105364 or 7099012. OLE color: 7099012.

HSL color Cylindrical-coordinate representation of color #84526C: hue angle of 328.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84526C is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13282108-
CMYK00.380.180.48
HSL328.8º23.36%41.96%-
HSV(B)328.8º37.88%51.76%-
XYZ15.2412.0215.7-
YUV99.91132.56150.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=40.99%
G=25.47%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328210800.380.180.48328.823.3641.96
Hex84526C0261230149172a
Octal20412215404622605112752
Binary100001001010010110110001001101001011000010100100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84526C; }

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

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

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

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

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

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

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

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