#84465E

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

Shades of Cosmic #84465E

Tints of Cosmic #84465E

Color information

#84465E (or 0x84465E) is unknown color: approx Cosmic. HEX triplet: 84, 46 and 5E. RGB value is (132,70,94). Sum of RGB (Red+Green+Blue) = 132+70+94=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84465E is #7BB9A1. Grayscale: #5B5B5B. Windows color (decimal): -8108450 or 6178436. OLE color: 6178436.

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

Color convert

RGB1327094-
CMYK00.470.290.48
HSL336.77º30.69%39.61%-
HSV(B)336.77º46.97%51.76%-
XYZ13.7310.0911.81-
YUV91.27129.54157.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=44.59%
G=23.65%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132709400.470.290.48336.7730.6939.61
Hex84465E02F1D301511f28
Octal20410613605735605213750
Binary100001001000110101111001011111110111000010101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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