Html Css Color HEX #84884A Wasabi

📋 copy color: '#84884A'

red 132 ◦ green 136 ◦ blue 74

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

Shades of Wasabi #84884A

Tints of Wasabi #84884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 38.6%
G = 39.77%
B = 21.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#84884A (or 0x84884A) is known color: Wasabi. HEX triplet: 84, 88 and 4A. RGB value is (132,136,74). Sum of RGB (Red+Green+Blue) = 132+136+74=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #84884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84884A is #7B77B5. Grayscale: #7F7F7F. Windows color (decimal): -8091574 or 4884612. OLE color: 4884612.

HSL color Cylindrical-coordinate representation of color #84884A: hue angle of 63.87º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84884A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 136 74 -
CMYK 0.03 0 0.46 0.47
HSL 63.87º 0.3% 0.41% -
HSV(B) 63.87º 0.46% 0.53% -
XYZ 19.56 23.01 9.89 -
YUV 127.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 132 136 74 0.03 0 0.46 0.47 63.87 0.3 0.41
Hex 84 88 4A 3 0 2E 2F 40 1E 29
Octal 204 210 112 3 0 56 57 100 36 51
Binary 10000100 10001000 1001010 11 0 101110 101111 1000000 11110 101001

Color Harmonies of #84884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84884A

Black with #84884A

Text Example


Text Example

White with #84884A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,136,74); }

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

background-color css

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

 a { background-color: rgb(132,136,74); }

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

border-color css

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

 span { border-color: rgb(132,136,74); }

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