Html Css Color HEX #828A4A Wasabi

📋 copy color: '#828A4A'

red 130 ◦ green 138 ◦ blue 74

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

Shades of Wasabi #828A4A

Tints of Wasabi #828A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 38.01%
G = 40.35%
B = 21.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#828A4A (or 0x828A4A) is known color: Wasabi. HEX triplet: 82, 8A and 4A. RGB value is (130,138,74). Sum of RGB (Red+Green+Blue) = 130+138+74=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #828A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A4A is #7D75B5. Grayscale: #808080. Windows color (decimal): -8222134 or 4885122. OLE color: 4885122.

HSL color Cylindrical-coordinate representation of color #828A4A: hue angle of 67.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828A4A is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 74 -
CMYK 0.06 0 0.46 0.46
HSL 67.5º 0.3% 0.42% -
HSV(B) 67.5º 0.46% 0.54% -
XYZ 19.53 23.42 9.97 -
YUV 128.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 130 138 74 0.06 0 0.46 0.46 67.5 0.3 0.42
Hex 82 8A 4A 6 0 2E 2E 44 1E 2A
Octal 202 212 112 6 0 56 56 104 36 52
Binary 10000010 10001010 1001010 110 0 101110 101110 1000100 11110 101010

Color Harmonies of #828A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A4A

Black with #828A4A

Text Example


Text Example

White with #828A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A4A; }

 p { color: rgb(130,138,74); }

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

background-color css

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

 a { background-color: rgb(130,138,74); }

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

border-color css

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

 span { border-color: rgb(130,138,74); }

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