Html Css Color HEX #828640 Wasabi

📋 copy color: '#828640'

red 130 ◦ green 134 ◦ blue 64

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

Shades of Wasabi #828640

Tints of Wasabi #828640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

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

R = 39.63%
G = 40.85%
B = 19.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#828640 (or 0x828640) is known color: Wasabi. HEX triplet: 82, 86 and 40. RGB value is (130,134,64). Sum of RGB (Red+Green+Blue) = 130+134+64=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #828640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828640 is #7D79BF. Grayscale: #7D7D7D. Windows color (decimal): -8223168 or 4228738. OLE color: 4228738.

HSL color Cylindrical-coordinate representation of color #828640: hue angle of 63.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #828640 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 64 -
CMYK 0.03 0 0.52 0.47
HSL 63.43º 0.35% 0.39% -
HSV(B) 63.43º 0.52% 0.53% -
XYZ 18.66 22.17 8.15 -
YUV 124.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 130 134 64 0.03 0 0.52 0.47 63.43 0.35 0.39
Hex 82 86 40 3 0 34 2F 3F 23 27
Octal 202 206 100 3 0 64 57 77 43 47
Binary 10000010 10000110 1000000 11 0 110100 101111 111111 100011 100111

Color Harmonies of #828640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828640

Black with #828640

Text Example


Text Example

White with #828640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828640; }

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

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

background-color css

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

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

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

border-color css

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

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

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