Html Css Color HEX #84436A Cosmic

📋 copy color: '#84436A'

red 132 ◦ green 67 ◦ blue 106

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

Shades of Cosmic #84436A

Tints of Cosmic #84436A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 43.28%
G = 21.97%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84436A (or 0x84436A) is known color: Cosmic. HEX triplet: 84, 43 and 6A. RGB value is (132,67,106). Sum of RGB (Red+Green+Blue) = 132+67+106=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84436A is #7BBC95. Grayscale: #5A5A5A. Windows color (decimal): -8109206 or 6964100. OLE color: 6964100.

HSL color Cylindrical-coordinate representation of color #84436A: hue angle of 324º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84436A is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 106 -
CMYK 0 0.49 0.20 0.48
HSL 324º 0.33% 0.39% -
HSV(B) 324º 0.49% 0.52% -
XYZ 14.12 9.96 14.81 -
YUV 90.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 132 67 106 0 0.49 0.20 0.48 324 0.33 0.39
Hex 84 43 6A 0 31 14 30 144 21 27
Octal 204 103 152 0 61 24 60 504 41 47
Binary 10000100 1000011 1101010 0 110001 10100 110000 101000100 100001 100111

Color Harmonies of #84436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84436A

Black with #84436A

Text Example


Text Example

White with #84436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84436A; }

 p { color: rgb(132,67,106); }

 H1.HeaderClassName
 {
   color: #84436A;
 }
 .AnyTagClassName
 {
   color: #84436A;
 }
</style>

background-color css

<style>
 a { background-color: #84436A; }

 a { background-color: rgb(132,67,106); }

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

border-color css

<style>
 span { border-color: #84436A; }

 span { border-color: rgb(132,67,106); }

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