Html Css Color HEX #828649 Wasabi

📋 copy color: '#828649'

red 130 ◦ green 134 ◦ blue 73

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

Shades of Wasabi #828649

Tints of Wasabi #828649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 38.58%
G = 39.76%
B = 21.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#828649 (or 0x828649) is known color: Wasabi. HEX triplet: 82, 86 and 49. RGB value is (130,134,73). Sum of RGB (Red+Green+Blue) = 130+134+73=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #828649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828649 is #7D79B6. Grayscale: #7E7E7E. Windows color (decimal): -8223159 or 4818562. OLE color: 4818562.

HSL color Cylindrical-coordinate representation of color #828649: hue angle of 63.93º degrees, saturation: 0.29, 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 #828649 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 73 -
CMYK 0.03 0 0.46 0.47
HSL 63.93º 0.29% 0.41% -
HSV(B) 63.93º 0.46% 0.53% -
XYZ 18.93 22.28 9.61 -
YUV 125.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 130 134 73 0.03 0 0.46 0.47 63.93 0.29 0.41
Hex 82 86 49 3 0 2E 2F 40 1D 29
Octal 202 206 111 3 0 56 57 100 35 51
Binary 10000010 10000110 1001001 11 0 101110 101111 1000000 11101 101001

Color Harmonies of #828649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828649

Black with #828649

Text Example


Text Example

White with #828649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828649; }

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

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

background-color css

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

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

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

border-color css

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

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

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