Html Css Color HEX #808335 Wasabi

📋 copy color: '#808335'

red 128 ◦ green 131 ◦ blue 53

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

Shades of Wasabi #808335

Tints of Wasabi #808335

RGB

 RED value IS 128 (50.39% from 255) = 41.03%

 GREEN value IS 131 (51.56% from 255) = 41.99%

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

R = 41.03%
G = 41.99%
B = 16.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#808335 (or 0x808335) is known color: Wasabi. HEX triplet: 80, 83 and 35. RGB value is (128,131,53). Sum of RGB (Red+Green+Blue) = 128+131+53=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #808335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808335 is #7F7CCA. Grayscale: #797979. Windows color (decimal): -8355019 or 3507072. OLE color: 3507072.

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

Color convert

RGB 128 131 53 -
CMYK 0.02 0 0.60 0.49
HSL 62.31º 0.42% 0.36% -
HSV(B) 62.31º 0.6% 0.51% -
XYZ 17.66 21.08 6.51 -
YUV 121.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 128 131 53 0.02 0 0.60 0.49 62.31 0.42 0.36
Hex 80 83 35 2 0 3C 31 3E 2A 24
Octal 200 203 65 2 0 74 61 76 52 44
Binary 10000000 10000011 110101 10 0 111100 110001 111110 101010 100100

Color Harmonies of #808335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808335

Black with #808335

Text Example


Text Example

White with #808335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808335; }

 p { color: rgb(128,131,53); }

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

background-color css

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

 a { background-color: rgb(128,131,53); }

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

border-color css

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

 span { border-color: rgb(128,131,53); }

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