Html Css Color HEX #828546 Wasabi

📋 copy color: '#828546'

red 130 ◦ green 133 ◦ blue 70

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

Shades of Wasabi #828546

Tints of Wasabi #828546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 39.04%
G = 39.94%
B = 21.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#828546 (or 0x828546) is known color: Wasabi. HEX triplet: 82, 85 and 46. RGB value is (130,133,70). Sum of RGB (Red+Green+Blue) = 130+133+70=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #828546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828546 is #7D7AB9. Grayscale: #7D7D7D. Windows color (decimal): -8223418 or 4621698. OLE color: 4621698.

HSL color Cylindrical-coordinate representation of color #828546: hue angle of 62.86º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828546 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 70 -
CMYK 0.02 0 0.47 0.48
HSL 62.86º 0.31% 0.4% -
HSV(B) 62.86º 0.47% 0.52% -
XYZ 18.7 21.96 9.05 -
YUV 124.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 130 133 70 0.02 0 0.47 0.48 62.86 0.31 0.4
Hex 82 85 46 2 0 2F 30 3F 1F 28
Octal 202 205 106 2 0 57 60 77 37 50
Binary 10000010 10000101 1000110 10 0 101111 110000 111111 11111 101000

Color Harmonies of #828546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828546

Black with #828546

Text Example


Text Example

White with #828546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828546; }

 p { color: rgb(130,133,70); }

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

background-color css

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

 a { background-color: rgb(130,133,70); }

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

border-color css

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

 span { border-color: rgb(130,133,70); }

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