#84485C

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

Shades of Cosmic #84485C

Tints of Cosmic #84485C

Color information

#84485C (or 0x84485C) is unknown color: approx Cosmic. HEX triplet: 84, 48 and 5C. RGB value is (132,72,92). Sum of RGB (Red+Green+Blue) = 132+72+92=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84485C is #7BB7A3. Grayscale: #5C5C5C. Windows color (decimal): -8107940 or 6047876. OLE color: 6047876.

HSL color Cylindrical-coordinate representation of color #84485C: hue angle of 340º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84485C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1327292-
CMYK00.450.300.48
HSL340º29.41%40%-
HSV(B)340º45.45%51.76%-
XYZ13.7610.3111.39-
YUV92.22127.88156.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=44.59%
G=24.32%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132729200.450.300.4834029.4140
Hex84485C02D1E301541d28
Octal20411013405536605243550
Binary100001001001000101110001011011111011000010101010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,72,92); }

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

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

 a { background-color: rgb(132,72,92); }

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

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

 span { border-color: rgb(132,72,92); }

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