Html Css Color HEX #80884A Wasabi

📋 copy color: '#80884A'

red 128 ◦ green 136 ◦ blue 74

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

Shades of Wasabi #80884A

Tints of Wasabi #80884A

RGB

 RED value IS 128 (50.39% from 255) = 37.87%

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

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

R = 37.87%
G = 40.24%
B = 21.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#80884A (or 0x80884A) is known color: Wasabi. HEX triplet: 80, 88 and 4A. RGB value is (128,136,74). Sum of RGB (Red+Green+Blue) = 128+136+74=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #80884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80884A is #7F77B5. Grayscale: #7E7E7E. Windows color (decimal): -8353718 or 4884608. OLE color: 4884608.

HSL color Cylindrical-coordinate representation of color #80884A: hue angle of 67.74º 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 #80884A is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 74 -
CMYK 0.06 0 0.46 0.47
HSL 67.74º 0.3% 0.41% -
HSV(B) 67.74º 0.46% 0.53% -
XYZ 18.94 22.69 9.86 -
YUV 126.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 128 136 74 0.06 0 0.46 0.47 67.74 0.3 0.41
Hex 80 88 4A 6 0 2E 2F 44 1E 29
Octal 200 210 112 6 0 56 57 104 36 51
Binary 10000000 10001000 1001010 110 0 101110 101111 1000100 11110 101001

Color Harmonies of #80884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80884A

Black with #80884A

Text Example


Text Example

White with #80884A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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