Html Css Color HEX #828A3A Wasabi

📋 copy color: '#828A3A'

red 130 ◦ green 138 ◦ blue 58

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

Shades of Wasabi #828A3A

Tints of Wasabi #828A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 39.88%
G = 42.33%
B = 17.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#828A3A (or 0x828A3A) is known color: Wasabi. HEX triplet: 82, 8A and 3A. RGB value is (130,138,58). Sum of RGB (Red+Green+Blue) = 130+138+58=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #828A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A3A is #7D75C5. Grayscale: #7E7E7E. Windows color (decimal): -8222150 or 3836546. OLE color: 3836546.

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

Color convert

RGB 130 138 58 -
CMYK 0.06 0 0.58 0.46
HSL 66º 0.41% 0.38% -
HSV(B) 66º 0.58% 0.54% -
XYZ 19.06 23.23 7.48 -
YUV 126.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 130 138 58 0.06 0 0.58 0.46 66 0.41 0.38
Hex 82 8A 3A 6 0 3A 2E 42 29 26
Octal 202 212 72 6 0 72 56 102 51 46
Binary 10000010 10001010 111010 110 0 111010 101110 1000010 101001 100110

Color Harmonies of #828A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A3A

Black with #828A3A

Text Example


Text Example

White with #828A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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