Html Css Color HEX #828541 Wasabi

📋 copy color: '#828541'

red 130 ◦ green 133 ◦ blue 65

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

Shades of Wasabi #828541

Tints of Wasabi #828541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 39.63%
G = 40.55%
B = 19.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#828541 (or 0x828541) is known color: Wasabi. HEX triplet: 82, 85 and 41. RGB value is (130,133,65). Sum of RGB (Red+Green+Blue) = 130+133+65=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #828541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828541 is #7D7ABE. Grayscale: #7C7C7C. Windows color (decimal): -8223423 or 4294018. OLE color: 4294018.

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

Color convert

RGB 130 133 65 -
CMYK 0.02 0 0.51 0.48
HSL 62.65º 0.34% 0.39% -
HSV(B) 62.65º 0.51% 0.52% -
XYZ 18.55 21.9 8.25 -
YUV 124.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 130 133 65 0.02 0 0.51 0.48 62.65 0.34 0.39
Hex 82 85 41 2 0 33 30 3F 22 27
Octal 202 205 101 2 0 63 60 77 42 47
Binary 10000010 10000101 1000001 10 0 110011 110000 111111 100010 100111

Color Harmonies of #828541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828541

Black with #828541

Text Example


Text Example

White with #828541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828541; }

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

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

background-color css

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

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

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

border-color css

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

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

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