Html Css Color HEX #828540 Wasabi

📋 copy color: '#828540'

red 130 ◦ green 133 ◦ blue 64

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

Shades of Wasabi #828540

Tints of Wasabi #828540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 39.76%
G = 40.67%
B = 19.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#828540 (or 0x828540) is known color: Wasabi. HEX triplet: 82, 85 and 40. RGB value is (130,133,64). Sum of RGB (Red+Green+Blue) = 130+133+64=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #828540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828540 is #7D7ABF. Grayscale: #7C7C7C. Windows color (decimal): -8223424 or 4228482. OLE color: 4228482.

HSL color Cylindrical-coordinate representation of color #828540: hue angle of 62.61º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #828540 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 64 -
CMYK 0.02 0 0.52 0.48
HSL 62.61º 0.35% 0.39% -
HSV(B) 62.61º 0.52% 0.52% -
XYZ 18.52 21.89 8.1 -
YUV 124.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 130 133 64 0.02 0 0.52 0.48 62.61 0.35 0.39
Hex 82 85 40 2 0 34 30 3F 23 27
Octal 202 205 100 2 0 64 60 77 43 47
Binary 10000010 10000101 1000000 10 0 110100 110000 111111 100011 100111

Color Harmonies of #828540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828540

Black with #828540

Text Example


Text Example

White with #828540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828540; }

 p { color: rgb(130,133,64); }

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

background-color css

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

 a { background-color: rgb(130,133,64); }

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

border-color css

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

 span { border-color: rgb(130,133,64); }

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