Html Css Color HEX #828734 Wasabi

📋 copy color: '#828734'

red 130 ◦ green 135 ◦ blue 52

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

Shades of Wasabi #828734

Tints of Wasabi #828734

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 41.01%
G = 42.59%
B = 16.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#828734 (or 0x828734) is known color: Wasabi. HEX triplet: 82, 87 and 34. RGB value is (130,135,52). Sum of RGB (Red+Green+Blue) = 130+135+52=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #828734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828734 is #7D78CB. Grayscale: #7C7C7C. Windows color (decimal): -8222924 or 3442562. OLE color: 3442562.

HSL color Cylindrical-coordinate representation of color #828734: hue angle of 63.61º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #828734 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 52 -
CMYK 0.04 0 0.61 0.47
HSL 63.61º 0.44% 0.37% -
HSV(B) 63.61º 0.61% 0.53% -
XYZ 18.49 22.32 6.58 -
YUV 124.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 130 135 52 0.04 0 0.61 0.47 63.61 0.44 0.37
Hex 82 87 34 4 0 3D 2F 40 2C 25
Octal 202 207 64 4 0 75 57 100 54 45
Binary 10000010 10000111 110100 100 0 111101 101111 1000000 101100 100101

Color Harmonies of #828734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828734

Black with #828734

Text Example


Text Example

White with #828734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828734; }

 p { color: rgb(130,135,52); }

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

background-color css

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

 a { background-color: rgb(130,135,52); }

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

border-color css

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

 span { border-color: rgb(130,135,52); }

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