#84485E

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

Shades of Cosmic #84485E

Tints of Cosmic #84485E

Color information

#84485E (or 0x84485E) is unknown color: approx Cosmic. HEX triplet: 84, 48 and 5E. RGB value is (132,72,94). Sum of RGB (Red+Green+Blue) = 132+72+94=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84485E is #7BB7A1. Grayscale: #5C5C5C. Windows color (decimal): -8107938 or 6178948. OLE color: 6178948.

HSL color Cylindrical-coordinate representation of color #84485E: hue angle of 338º 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 #84485E is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1327294-
CMYK00.450.290.48
HSL338º29.41%40%-
HSV(B)338º45.45%51.76%-
XYZ13.8510.3511.86-
YUV92.45128.88156.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=44.30%
G=24.16%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132729400.450.290.4833829.4140
Hex84485E02D1D301521d28
Octal20411013605535605223550
Binary100001001001000101111001011011110111000010101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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