Html Css Color HEX #828848 Wasabi

📋 copy color: '#828848'

red 130 ◦ green 136 ◦ blue 72

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

Shades of Wasabi #828848

Tints of Wasabi #828848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 38.46%
G = 40.24%
B = 21.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#828848 (or 0x828848) is known color: Wasabi. HEX triplet: 82, 88 and 48. RGB value is (130,136,72). Sum of RGB (Red+Green+Blue) = 130+136+72=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #828848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828848 is #7D77B7. Grayscale: #7F7F7F. Windows color (decimal): -8222648 or 4753538. OLE color: 4753538.

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

Color convert

RGB 130 136 72 -
CMYK 0.04 0 0.47 0.47
HSL 65.63º 0.31% 0.41% -
HSV(B) 65.63º 0.47% 0.53% -
XYZ 19.18 22.82 9.53 -
YUV 126.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 130 136 72 0.04 0 0.47 0.47 65.63 0.31 0.41
Hex 82 88 48 4 0 2F 2F 42 1F 29
Octal 202 210 110 4 0 57 57 102 37 51
Binary 10000010 10001000 1001000 100 0 101111 101111 1000010 11111 101001

Color Harmonies of #828848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828848

Black with #828848

Text Example


Text Example

White with #828848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828848; }

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

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

background-color css

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

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

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

border-color css

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

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

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