Html Css Color HEX #828844 Wasabi

📋 copy color: '#828844'

red 130 ◦ green 136 ◦ blue 68

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

Shades of Wasabi #828844

Tints of Wasabi #828844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 38.92%
G = 40.72%
B = 20.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#828844 (or 0x828844) is known color: Wasabi. HEX triplet: 82, 88 and 44. RGB value is (130,136,68). Sum of RGB (Red+Green+Blue) = 130+136+68=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #828844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828844 is #7D77BB. Grayscale: #7E7E7E. Windows color (decimal): -8222652 or 4491394. OLE color: 4491394.

HSL color Cylindrical-coordinate representation of color #828844: hue angle of 65.29º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #828844 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 68 -
CMYK 0.04 0 0.50 0.47
HSL 65.29º 0.33% 0.4% -
HSV(B) 65.29º 0.5% 0.53% -
XYZ 19.05 22.77 8.86 -
YUV 126.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 130 136 68 0.04 0 0.50 0.47 65.29 0.33 0.4
Hex 82 88 44 4 0 32 2F 41 21 28
Octal 202 210 104 4 0 62 57 101 41 50
Binary 10000010 10001000 1000100 100 0 110010 101111 1000001 100001 101000

Color Harmonies of #828844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828844

Black with #828844

Text Example


Text Example

White with #828844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828844; }

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

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

background-color css

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

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

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

border-color css

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

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

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