Html Css Color HEX #849329 Wasabi

📋 copy color: '#849329'

red 132 ◦ green 147 ◦ blue 41

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

Shades of Wasabi #849329

Tints of Wasabi #849329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.94%

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 41.25%
G = 45.94%
B = 12.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#849329 (or 0x849329) is known color: Wasabi. HEX triplet: 84, 93 and 29. RGB value is (132,147,41). Sum of RGB (Red+Green+Blue) = 132+147+41=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #849329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849329 is #7B6CD6. Grayscale: #828282. Windows color (decimal): -8088791 or 2724740. OLE color: 2724740.

HSL color Cylindrical-coordinate representation of color #849329: hue angle of 68.49º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #849329 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 41 -
CMYK 0.10 0 0.72 0.42
HSL 68.49º 0.56% 0.37% -
HSV(B) 68.49º 0.72% 0.58% -
XYZ 20.35 25.93 6.03 -
YUV 130.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 132 147 41 0.10 0 0.72 0.42 68.49 0.56 0.37
Hex 84 93 29 A 0 48 2A 44 38 25
Octal 204 223 51 12 0 110 52 104 70 45
Binary 10000100 10010011 101001 1010 0 1001000 101010 1000100 111000 100101

Color Harmonies of #849329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849329

Black with #849329

Text Example


Text Example

White with #849329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849329; }

 p { color: rgb(132,147,41); }

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

background-color css

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

 a { background-color: rgb(132,147,41); }

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

border-color css

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

 span { border-color: rgb(132,147,41); }

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