Html Css Color HEX #828835 Wasabi

📋 copy color: '#828835'

red 130 ◦ green 136 ◦ blue 53

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

Shades of Wasabi #828835

Tints of Wasabi #828835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 40.75%
G = 42.63%
B = 16.61%

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

#828835 (or 0x828835) is known color: Wasabi. HEX triplet: 82, 88 and 35. RGB value is (130,136,53). Sum of RGB (Red+Green+Blue) = 130+136+53=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #828835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828835 is #7D77CA. Grayscale: #7D7D7D. Windows color (decimal): -8222667 or 3508354. OLE color: 3508354.

HSL color Cylindrical-coordinate representation of color #828835: hue angle of 64.34º 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 #828835 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 53 -
CMYK 0.04 0 0.61 0.47
HSL 64.34º 0.44% 0.37% -
HSV(B) 64.34º 0.61% 0.53% -
XYZ 18.65 22.61 6.75 -
YUV 124.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 130 136 53 0.04 0 0.61 0.47 64.34 0.44 0.37
Hex 82 88 35 4 0 3D 2F 40 2C 25
Octal 202 210 65 4 0 75 57 100 54 45
Binary 10000010 10001000 110101 100 0 111101 101111 1000000 101100 100101

Color Harmonies of #828835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828835

Black with #828835

Text Example


Text Example

White with #828835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828835; }

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

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

background-color css

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

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

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

border-color css

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

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

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