Html Css Color HEX #82884A Wasabi

📋 copy color: '#82884A'

red 130 ◦ green 136 ◦ blue 74

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

Shades of Wasabi #82884A

Tints of Wasabi #82884A

RGB

 RED value IS 130 (51.17% from 255) = 38.24%

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

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

R = 38.24%
G = 40%
B = 21.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#82884A (or 0x82884A) is known color: Wasabi. HEX triplet: 82, 88 and 4A. RGB value is (130,136,74). Sum of RGB (Red+Green+Blue) = 130+136+74=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #82884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82884A is #7D77B5. Grayscale: #7F7F7F. Windows color (decimal): -8222646 or 4884610. OLE color: 4884610.

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

Color convert

RGB 130 136 74 -
CMYK 0.04 0 0.46 0.47
HSL 65.81º 0.3% 0.41% -
HSV(B) 65.81º 0.46% 0.53% -
XYZ 19.25 22.85 9.87 -
YUV 127.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 130 136 74 0.04 0 0.46 0.47 65.81 0.3 0.41
Hex 82 88 4A 4 0 2E 2F 42 1E 29
Octal 202 210 112 4 0 56 57 102 36 51
Binary 10000010 10001000 1001010 100 0 101110 101111 1000010 11110 101001

Color Harmonies of #82884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82884A

Black with #82884A

Text Example


Text Example

White with #82884A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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