Html Css Color HEX #84465E Cosmic

📋 copy color: '#84465E'

red 132 ◦ green 70 ◦ blue 94

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

Shades of Cosmic #84465E

Tints of Cosmic #84465E

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 value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

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

RGB 132 70 94 -
CMYK 0 0.47 0.29 0.48
HSL 336.77º 0.31% 0.4% -
HSV(B) 336.77º 0.47% 0.52% -
XYZ 13.73 10.09 11.81 -
YUV 91.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 132 70 94 0 0.47 0.29 0.48 336.77 0.31 0.4
Hex 84 46 5E 0 2F 1D 30 151 1F 28
Octal 204 106 136 0 57 35 60 521 37 50
Binary 10000100 1000110 1011110 0 101111 11101 110000 101010001 11111 101000

Color Harmonies of #84465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84465E

Black with #84465E

Text Example


Text Example

White with #84465E

Text Example


Text Example

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