#84436C

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

Shades of Cosmic #84436C

Tints of Cosmic #84436C

Color information

#84436C (or 0x84436C) is unknown color: approx Cosmic. HEX triplet: 84, 43 and 6C. RGB value is (132,67,108). Sum of RGB (Red+Green+Blue) = 132+67+108=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84436C is #7BBC93. Grayscale: #5B5B5B. Windows color (decimal): -8109204 or 7095172. OLE color: 7095172.

HSL color Cylindrical-coordinate representation of color #84436C: hue angle of 322.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84436C is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13267108-
CMYK00.490.180.48
HSL322.15º32.66%39.02%-
HSV(B)322.15º49.24%51.76%-
XYZ14.231015.37-
YUV91.11137.53157.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=43.00%
G=21.82%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326710800.490.180.48322.1532.6639.02
Hex84436C03112301422127
Octal20410315406122605024147
Binary1000010010000111101100011000110010110000101000010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,67,108); }

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

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

 a { background-color: rgb(132,67,108); }

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

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

 span { border-color: rgb(132,67,108); }

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