#84536A

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

Shades of Cosmic #84536A

Tints of Cosmic #84536A

Color information

#84536A (or 0x84536A) is unknown color: approx Cosmic. HEX triplet: 84, 53 and 6A. RGB value is (132,83,106). Sum of RGB (Red+Green+Blue) = 132+83+106=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84536A is #7BAC95. Grayscale: #646464. Windows color (decimal): -8105110 or 6968196. OLE color: 6968196.

HSL color Cylindrical-coordinate representation of color #84536A: hue angle of 331.84º 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 #84536A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13283106-
CMYK00.370.200.48
HSL331.84º22.79%42.16%-
HSV(B)331.84º37.12%51.76%-
XYZ15.2112.1315.18-
YUV100.27131.23150.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=41.12%
G=25.86%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328310600.370.200.48331.8422.7942.16
Hex84536A025143014c172a
Octal20412315204524605142752
Binary100001001010011110101001001011010011000010100110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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