Html Css Color HEX #828336 Wasabi

📋 copy color: '#828336'

red 130 ◦ green 131 ◦ blue 54

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

Shades of Wasabi #828336

Tints of Wasabi #828336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

 BLUE value IS 54 (21.48% from 255) = 17.14%

R = 41.27%
G = 41.59%
B = 17.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#828336 (or 0x828336) is known color: Wasabi. HEX triplet: 82, 83 and 36. RGB value is (130,131,54). Sum of RGB (Red+Green+Blue) = 130+131+54=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #828336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828336 is #7D7CC9. Grayscale: #7A7A7A. Windows color (decimal): -8223946 or 3572610. OLE color: 3572610.

HSL color Cylindrical-coordinate representation of color #828336: hue angle of 60.78º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #828336 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 54 -
CMYK 0.01 0 0.59 0.49
HSL 60.78º 0.42% 0.36% -
HSV(B) 60.78º 0.59% 0.51% -
XYZ 17.99 21.24 6.64 -
YUV 121.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 130 131 54 0.01 0 0.59 0.49 60.78 0.42 0.36
Hex 82 83 36 1 0 3B 31 3D 2A 24
Octal 202 203 66 1 0 73 61 75 52 44
Binary 10000010 10000011 110110 1 0 111011 110001 111101 101010 100100

Color Harmonies of #828336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828336

Black with #828336

Text Example


Text Example

White with #828336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828336; }

 p { color: rgb(130,131,54); }

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

background-color css

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

 a { background-color: rgb(130,131,54); }

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

border-color css

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

 span { border-color: rgb(130,131,54); }

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