Html Css Color HEX #84485E Cosmic

📋 copy color: '#84485E'

red 132 ◦ green 72 ◦ blue 94

#84485E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #84485E

Tints of Cosmic #84485E

RGB

 RED value IS 132 (51.95% from 255) = 44.3%

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 44.3%
G = 24.16%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84485E (or 0x84485E) is known color: 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

RGB 132 72 94 -
CMYK 0 0.45 0.29 0.48
HSL 338º 0.29% 0.4% -
HSV(B) 338º 0.45% 0.52% -
XYZ 13.85 10.35 11.86 -
YUV 92.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 132 72 94 0 0.45 0.29 0.48 338 0.29 0.4
Hex 84 48 5E 0 2D 1D 30 152 1D 28
Octal 204 110 136 0 55 35 60 522 35 50
Binary 10000100 1001000 1011110 0 101101 11101 110000 101010010 11101 101000

Color Harmonies of #84485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84485E

Black with #84485E

Text Example


Text Example

White with #84485E

Text Example


Text Example

HTML Codes & Css Web 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>