Html Css Color HEX #808535 Wasabi

📋 copy color: '#808535'

red 128 ◦ green 133 ◦ blue 53

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

Shades of Wasabi #808535

Tints of Wasabi #808535

RGB

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

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

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

R = 40.76%
G = 42.36%
B = 16.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#808535 (or 0x808535) is known color: Wasabi. HEX triplet: 80, 85 and 35. RGB value is (128,133,53). Sum of RGB (Red+Green+Blue) = 128+133+53=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #808535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808535 is #7F7ACA. Grayscale: #7A7A7A. Windows color (decimal): -8354507 or 3507584. OLE color: 3507584.

HSL color Cylindrical-coordinate representation of color #808535: hue angle of 63.75º 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 #808535 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 53 -
CMYK 0.04 0 0.60 0.48
HSL 63.75º 0.43% 0.36% -
HSV(B) 63.75º 0.6% 0.52% -
XYZ 17.93 21.62 6.6 -
YUV 122.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 128 133 53 0.04 0 0.60 0.48 63.75 0.43 0.36
Hex 80 85 35 4 0 3C 30 40 2B 24
Octal 200 205 65 4 0 74 60 100 53 44
Binary 10000000 10000101 110101 100 0 111100 110000 1000000 101011 100100

Color Harmonies of #808535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808535

Black with #808535

Text Example


Text Example

White with #808535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808535; }

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

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

background-color css

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

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

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

border-color css

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

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

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