Html Css Color HEX #84475E Cosmic

📋 copy color: '#84475E'

red 132 ◦ green 71 ◦ blue 94

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

Shades of Cosmic #84475E

Tints of Cosmic #84475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 44.44%
G = 23.91%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84475E (or 0x84475E) is known color: Cosmic. HEX triplet: 84, 47 and 5E. RGB value is (132,71,94). Sum of RGB (Red+Green+Blue) = 132+71+94=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84475E is #7BB8A1. Grayscale: #5B5B5B. Windows color (decimal): -8108194 or 6178692. OLE color: 6178692.

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

Color convert

RGB 132 71 94 -
CMYK 0 0.46 0.29 0.48
HSL 337.38º 0.3% 0.4% -
HSV(B) 337.38º 0.46% 0.52% -
XYZ 13.79 10.22 11.84 -
YUV 91.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 132 71 94 0 0.46 0.29 0.48 337.38 0.3 0.4
Hex 84 47 5E 0 2E 1D 30 151 1E 28
Octal 204 107 136 0 56 35 60 521 36 50
Binary 10000100 1000111 1011110 0 101110 11101 110000 101010001 11110 101000

Color Harmonies of #84475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84475E

Black with #84475E

Text Example


Text Example

White with #84475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84475E;
 }
 .AnyTagClassName
 {
   color: #84475E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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