#84475A

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

Shades of Cosmic #84475A

Tints of Cosmic #84475A

Color information

#84475A (or 0x84475A) is unknown color: approx Cosmic. HEX triplet: 84, 47 and 5A. RGB value is (132,71,90). Sum of RGB (Red+Green+Blue) = 132+71+90=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84475A is #7BB8A5. Grayscale: #5B5B5B. Windows color (decimal): -8108198 or 5916548. OLE color: 5916548.

HSL color Cylindrical-coordinate representation of color #84475A: hue angle of 341.31º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84475A is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1327190-
CMYK00.460.320.48
HSL341.31º30.05%39.8%-
HSV(B)341.31º46.21%51.76%-
XYZ13.6110.1510.91-
YUV91.4127.21156.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=45.05%
G=24.23%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132719000.460.320.48341.3130.0539.8
Hex84475A02E20301551e28
Octal20410713205640605253650
Binary1000010010001111011010010111010000011000010101010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84475A; }

 p { color: rgb(132,71,90); }

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

<style>
 a { background-color: #84475A; }

 a { background-color: rgb(132,71,90); }

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

<style>
 span { border-color: #84475A; }

 span { border-color: rgb(132,71,90); }

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