#808534

Color #808534 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #808534

Tints of Wasabi #808534

Color information

#808534 (or 0x808534) is unknown color: approx Wasabi. HEX triplet: 80, 85 and 34. RGB value is (128,133,52). Sum of RGB (Red+Green+Blue) = 128+133+52=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #808534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808534 is #7F7ACB. Grayscale: #7A7A7A. Windows color (decimal): -8354508 or 3442048. OLE color: 3442048.

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

Color convert

RGB12813352-
CMYK0.0400.610.48
HSL63.7º43.78%36.27%-
HSV(B)63.7º60.9%52.16%-
XYZ17.9121.616.48-
YUV122.2788.34132.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=40.89%
G=42.49%
B=16.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133520.0400.610.4863.743.7836.27
Hex808534403D30402c24
Octal200205644075601005444
Binary100000001000010111010010001111011100001000000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808534; }

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

 H1.HeaderClassName
 {
   color: #808534;
 }
 .AnyTagClassName
 {
   color: #808534;
 }
</style>
background-color css

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

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

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

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

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

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