Html Css Color HEX #80854A Wasabi

📋 copy color: '#80854A'

red 128 ◦ green 133 ◦ blue 74

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

Shades of Wasabi #80854A

Tints of Wasabi #80854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 38.21%
G = 39.7%
B = 22.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#80854A (or 0x80854A) is known color: Wasabi. HEX triplet: 80, 85 and 4A. RGB value is (128,133,74). Sum of RGB (Red+Green+Blue) = 128+133+74=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #80854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80854A is #7F7AB5. Grayscale: #7D7D7D. Windows color (decimal): -8354486 or 4883840. OLE color: 4883840.

HSL color Cylindrical-coordinate representation of color #80854A: hue angle of 65.08º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80854A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 74 -
CMYK 0.04 0 0.44 0.48
HSL 65.08º 0.29% 0.41% -
HSV(B) 65.08º 0.44% 0.52% -
XYZ 18.53 21.86 9.72 -
YUV 124.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 128 133 74 0.04 0 0.44 0.48 65.08 0.29 0.41
Hex 80 85 4A 4 0 2C 30 41 1D 29
Octal 200 205 112 4 0 54 60 101 35 51
Binary 10000000 10000101 1001010 100 0 101100 110000 1000001 11101 101001

Color Harmonies of #80854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80854A

Black with #80854A

Text Example


Text Example

White with #80854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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