Html Css Color HEX #828834 Wasabi

📋 copy color: '#828834'

red 130 ◦ green 136 ◦ blue 52

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

Shades of Wasabi #828834

Tints of Wasabi #828834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 40.88%
G = 42.77%
B = 16.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#828834 (or 0x828834) is known color: Wasabi. HEX triplet: 82, 88 and 34. RGB value is (130,136,52). Sum of RGB (Red+Green+Blue) = 130+136+52=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #828834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828834 is #7D77CB. Grayscale: #7C7C7C. Windows color (decimal): -8222668 or 3442818. OLE color: 3442818.

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

Color convert

RGB 130 136 52 -
CMYK 0.04 0 0.62 0.47
HSL 64.29º 0.45% 0.37% -
HSV(B) 64.29º 0.62% 0.53% -
XYZ 18.63 22.6 6.63 -
YUV 124.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 130 136 52 0.04 0 0.62 0.47 64.29 0.45 0.37
Hex 82 88 34 4 0 3E 2F 40 2D 25
Octal 202 210 64 4 0 76 57 100 55 45
Binary 10000010 10001000 110100 100 0 111110 101111 1000000 101101 100101

Color Harmonies of #828834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828834

Black with #828834

Text Example


Text Example

White with #828834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828834; }

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

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

background-color css

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

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

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

border-color css

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

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

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