Html Css Color HEX #84495F Cosmic

📋 copy color: '#84495F'

red 132 ◦ green 73 ◦ blue 95

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

Shades of Cosmic #84495F

Tints of Cosmic #84495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 44%
G = 24.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84495F (or 0x84495F) is known color: Cosmic. HEX triplet: 84, 49 and 5F. RGB value is (132,73,95). Sum of RGB (Red+Green+Blue) = 132+73+95=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #84495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84495F is #7BB6A0. Grayscale: #5D5D5D. Windows color (decimal): -8107681 or 6244740. OLE color: 6244740.

HSL color Cylindrical-coordinate representation of color #84495F: hue angle of 337.63º 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 #84495F is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 73 95 -
CMYK 0 0.45 0.28 0.48
HSL 337.63º 0.29% 0.4% -
HSV(B) 337.63º 0.45% 0.52% -
XYZ 13.96 10.5 12.12 -
YUV 93.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 132 73 95 0 0.45 0.28 0.48 337.63 0.29 0.4
Hex 84 49 5F 0 2D 1C 30 152 1D 28
Octal 204 111 137 0 55 34 60 522 35 50
Binary 10000100 1001001 1011111 0 101101 11100 110000 101010010 11101 101000

Color Harmonies of #84495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84495F

Black with #84495F

Text Example


Text Example

White with #84495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84495F; }

 p { color: rgb(132,73,95); }

 H1.HeaderClassName
 {
   color: #84495F;
 }
 .AnyTagClassName
 {
   color: #84495F;
 }
</style>

background-color css

<style>
 a { background-color: #84495F; }

 a { background-color: rgb(132,73,95); }

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

border-color css

<style>
 span { border-color: #84495F; }

 span { border-color: rgb(132,73,95); }

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