Html Css Color HEX #828340 Wasabi

📋 copy color: '#828340'

red 130 ◦ green 131 ◦ blue 64

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

Shades of Wasabi #828340

Tints of Wasabi #828340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 40%
G = 40.31%
B = 19.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#828340 (or 0x828340) is known color: Wasabi. HEX triplet: 82, 83 and 40. RGB value is (130,131,64). Sum of RGB (Red+Green+Blue) = 130+131+64=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #828340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828340 is #7D7CBF. Grayscale: #7B7B7B. Windows color (decimal): -8223936 or 4227970. OLE color: 4227970.

HSL color Cylindrical-coordinate representation of color #828340: hue angle of 60.9º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #828340 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 64 -
CMYK 0.01 0 0.51 0.49
HSL 60.9º 0.34% 0.38% -
HSV(B) 60.9º 0.51% 0.51% -
XYZ 18.25 21.35 8.01 -
YUV 123.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 130 131 64 0.01 0 0.51 0.49 60.9 0.34 0.38
Hex 82 83 40 1 0 33 31 3D 22 26
Octal 202 203 100 1 0 63 61 75 42 46
Binary 10000010 10000011 1000000 1 0 110011 110001 111101 100010 100110

Color Harmonies of #828340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828340

Black with #828340

Text Example


Text Example

White with #828340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828340; }

 p { color: rgb(130,131,64); }

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

background-color css

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

 a { background-color: rgb(130,131,64); }

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

border-color css

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

 span { border-color: rgb(130,131,64); }

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