Html Css Color HEX #849049 Wasabi

📋 copy color: '#849049'

red 132 ◦ green 144 ◦ blue 73

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

Shades of Wasabi #849049

Tints of Wasabi #849049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 37.82%
G = 41.26%
B = 20.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#849049 (or 0x849049) is known color: Wasabi. HEX triplet: 84, 90 and 49. RGB value is (132,144,73). Sum of RGB (Red+Green+Blue) = 132+144+73=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #849049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849049 is #7B6FB6. Grayscale: #848484. Windows color (decimal): -8089527 or 4821124. OLE color: 4821124.

HSL color Cylindrical-coordinate representation of color #849049: hue angle of 70.14º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #849049 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 73 -
CMYK 0.08 0 0.49 0.44
HSL 70.14º 0.33% 0.43% -
HSV(B) 70.14º 0.49% 0.56% -
XYZ 20.69 25.33 10.1 -
YUV 132.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 132 144 73 0.08 0 0.49 0.44 70.14 0.33 0.43
Hex 84 90 49 8 0 31 2C 46 21 2B
Octal 204 220 111 10 0 61 54 106 41 53
Binary 10000100 10010000 1001001 1000 0 110001 101100 1000110 100001 101011

Color Harmonies of #849049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849049

Black with #849049

Text Example


Text Example

White with #849049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849049; }

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

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

background-color css

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

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

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

border-color css

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

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

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