Html Css Color HEX #828F48 Wasabi

📋 copy color: '#828F48'

red 130 ◦ green 143 ◦ blue 72

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

Shades of Wasabi #828F48

Tints of Wasabi #828F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.45%

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

R = 37.68%
G = 41.45%
B = 20.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#828F48 (or 0x828F48) is known color: Wasabi. HEX triplet: 82, 8F and 48. RGB value is (130,143,72). Sum of RGB (Red+Green+Blue) = 130+143+72=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #828F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828F48 is #7D70B7. Grayscale: #838383. Windows color (decimal): -8220856 or 4755330. OLE color: 4755330.

HSL color Cylindrical-coordinate representation of color #828F48: hue angle of 70.99º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #828F48 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 143 72 -
CMYK 0.09 0 0.50 0.44
HSL 70.99º 0.33% 0.42% -
HSV(B) 70.99º 0.5% 0.56% -
XYZ 20.2 24.86 9.86 -
YUV 131.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 130 143 72 0.09 0 0.50 0.44 70.99 0.33 0.42
Hex 82 8F 48 9 0 32 2C 47 21 2A
Octal 202 217 110 11 0 62 54 107 41 52
Binary 10000010 10001111 1001000 1001 0 110010 101100 1000111 100001 101010

Color Harmonies of #828F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F48

Black with #828F48

Text Example


Text Example

White with #828F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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