#84536C

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

Shades of Cosmic #84536C

Tints of Cosmic #84536C

Color information

#84536C (or 0x84536C) is unknown color: approx Cosmic. HEX triplet: 84, 53 and 6C. RGB value is (132,83,108). Sum of RGB (Red+Green+Blue) = 132+83+108=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84536C is #7BAC93. Grayscale: #646464. Windows color (decimal): -8105108 or 7099268. OLE color: 7099268.

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

Color convert

RGB13283108-
CMYK00.370.180.48
HSL329.39º22.79%42.16%-
HSV(B)329.39º37.12%51.76%-
XYZ15.3212.1715.73-
YUV100.5132.23150.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=40.87%
G=25.70%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328310800.370.180.48329.3922.7942.16
Hex84536C0251230149172a
Octal20412315404522605112752
Binary100001001010011110110001001011001011000010100100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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