Html Css Color HEX #828535 Wasabi

📋 copy color: '#828535'

red 130 ◦ green 133 ◦ blue 53

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

Shades of Wasabi #828535

Tints of Wasabi #828535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 41.14%
G = 42.09%
B = 16.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#828535 (or 0x828535) is known color: Wasabi. HEX triplet: 82, 85 and 35. RGB value is (130,133,53). Sum of RGB (Red+Green+Blue) = 130+133+53=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #828535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828535 is #7D7ACA. Grayscale: #7B7B7B. Windows color (decimal): -8223435 or 3507586. OLE color: 3507586.

HSL color Cylindrical-coordinate representation of color #828535: hue angle of 62.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #828535 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 53 -
CMYK 0.02 0 0.60 0.48
HSL 62.25º 0.43% 0.36% -
HSV(B) 62.25º 0.6% 0.52% -
XYZ 18.24 21.78 6.61 -
YUV 122.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 130 133 53 0.02 0 0.60 0.48 62.25 0.43 0.36
Hex 82 85 35 2 0 3C 30 3E 2B 24
Octal 202 205 65 2 0 74 60 76 53 44
Binary 10000010 10000101 110101 10 0 111100 110000 111110 101011 100100

Color Harmonies of #828535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828535

Black with #828535

Text Example


Text Example

White with #828535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828535; }

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

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

background-color css

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

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

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

border-color css

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

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

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