Html Css Color HEX #828537 Wasabi

📋 copy color: '#828537'

red 130 ◦ green 133 ◦ blue 55

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

Shades of Wasabi #828537

Tints of Wasabi #828537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.3%

R = 40.88%
G = 41.82%
B = 17.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#828537 (or 0x828537) is known color: Wasabi. HEX triplet: 82, 85 and 37. RGB value is (130,133,55). Sum of RGB (Red+Green+Blue) = 130+133+55=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #828537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828537 is #7D7AC8. Grayscale: #7B7B7B. Windows color (decimal): -8223433 or 3638658. OLE color: 3638658.

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

Color convert

RGB 130 133 55 -
CMYK 0.02 0 0.59 0.48
HSL 62.31º 0.41% 0.37% -
HSV(B) 62.31º 0.59% 0.52% -
XYZ 18.28 21.8 6.86 -
YUV 123.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 130 133 55 0.02 0 0.59 0.48 62.31 0.41 0.37
Hex 82 85 37 2 0 3B 30 3E 29 25
Octal 202 205 67 2 0 73 60 76 51 45
Binary 10000010 10000101 110111 10 0 111011 110000 111110 101001 100101

Color Harmonies of #828537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828537

Black with #828537

Text Example


Text Example

White with #828537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828537; }

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

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

background-color css

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

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

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

border-color css

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

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

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