Html Css Color HEX #808539 Wasabi

📋 copy color: '#808539'

red 128 ◦ green 133 ◦ blue 57

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

Shades of Wasabi #808539

Tints of Wasabi #808539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.92%

R = 40.25%
G = 41.82%
B = 17.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#808539 (or 0x808539) is known color: Wasabi. HEX triplet: 80, 85 and 39. RGB value is (128,133,57). Sum of RGB (Red+Green+Blue) = 128+133+57=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #808539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808539 is #7F7AC6. Grayscale: #7B7B7B. Windows color (decimal): -8354503 or 3769728. OLE color: 3769728.

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

Color convert

RGB 128 133 57 -
CMYK 0.04 0 0.57 0.48
HSL 63.95º 0.4% 0.37% -
HSV(B) 63.95º 0.57% 0.52% -
XYZ 18.03 21.66 7.1 -
YUV 122.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 128 133 57 0.04 0 0.57 0.48 63.95 0.4 0.37
Hex 80 85 39 4 0 39 30 40 28 25
Octal 200 205 71 4 0 71 60 100 50 45
Binary 10000000 10000101 111001 100 0 111001 110000 1000000 101000 100101

Color Harmonies of #808539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808539

Black with #808539

Text Example


Text Example

White with #808539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808539; }

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

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

background-color css

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

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

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

border-color css

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

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

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