#84546E

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

Shades of Cosmic #84546E

Tints of Cosmic #84546E

Color information

#84546E (or 0x84546E) is unknown color: approx Cosmic. HEX triplet: 84, 54 and 6E. RGB value is (132,84,110). Sum of RGB (Red+Green+Blue) = 132+84+110=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84546E is #7BAB91. Grayscale: #656565. Windows color (decimal): -8104850 or 7230596. OLE color: 7230596.

HSL color Cylindrical-coordinate representation of color #84546E: hue angle of 327.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84546E is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13284110-
CMYK00.360.170.48
HSL327.5º22.22%42.35%-
HSV(B)327.5º36.36%51.76%-
XYZ15.512.3716.32-
YUV101.32132.9149.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=40.49%
G=25.77%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328411000.360.170.48327.522.2242.35
Hex84546E0241130148162a
Octal20412415604421605102652
Binary100001001010100110111001001001000111000010100100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84546E; }

 p { color: rgb(132,84,110); }

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

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

 a { background-color: rgb(132,84,110); }

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

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

 span { border-color: rgb(132,84,110); }

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