Html Css Color HEX #828645 Wasabi

📋 copy color: '#828645'

red 130 ◦ green 134 ◦ blue 69

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

Shades of Wasabi #828645

Tints of Wasabi #828645

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 39.04%
G = 40.24%
B = 20.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#828645 (or 0x828645) is known color: Wasabi. HEX triplet: 82, 86 and 45. RGB value is (130,134,69). Sum of RGB (Red+Green+Blue) = 130+134+69=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #828645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828645 is #7D79BA. Grayscale: #7D7D7D. Windows color (decimal): -8223163 or 4556418. OLE color: 4556418.

HSL color Cylindrical-coordinate representation of color #828645: hue angle of 63.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828645 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 69 -
CMYK 0.03 0 0.49 0.47
HSL 63.69º 0.32% 0.4% -
HSV(B) 63.69º 0.49% 0.53% -
XYZ 18.81 22.23 8.93 -
YUV 125.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 130 134 69 0.03 0 0.49 0.47 63.69 0.32 0.4
Hex 82 86 45 3 0 31 2F 40 20 28
Octal 202 206 105 3 0 61 57 100 40 50
Binary 10000010 10000110 1000101 11 0 110001 101111 1000000 100000 101000

Color Harmonies of #828645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828645

Black with #828645

Text Example


Text Example

White with #828645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828645; }

 p { color: rgb(130,134,69); }

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

background-color css

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

 a { background-color: rgb(130,134,69); }

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

border-color css

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

 span { border-color: rgb(130,134,69); }

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