Html Css Color HEX #82884D Wasabi

📋 copy color: '#82884D'

red 130 ◦ green 136 ◦ blue 77

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

Shades of Wasabi #82884D

Tints of Wasabi #82884D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 37.9%
G = 39.65%
B = 22.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#82884D (or 0x82884D) is known color: Wasabi. HEX triplet: 82, 88 and 4D. RGB value is (130,136,77). Sum of RGB (Red+Green+Blue) = 130+136+77=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #82884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82884D is #7D77B2. Grayscale: #7F7F7F. Windows color (decimal): -8222643 or 5081218. OLE color: 5081218.

HSL color Cylindrical-coordinate representation of color #82884D: hue angle of 66.1º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82884D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 77 -
CMYK 0.04 0 0.43 0.47
HSL 66.1º 0.28% 0.42% -
HSV(B) 66.1º 0.43% 0.53% -
XYZ 19.35 22.89 10.42 -
YUV 127.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 130 136 77 0.04 0 0.43 0.47 66.1 0.28 0.42
Hex 82 88 4D 4 0 2B 2F 42 1C 2A
Octal 202 210 115 4 0 53 57 102 34 52
Binary 10000010 10001000 1001101 100 0 101011 101111 1000010 11100 101010

Color Harmonies of #82884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82884D

Black with #82884D

Text Example


Text Example

White with #82884D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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