#808732

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

Shades of Wasabi #808732

Tints of Wasabi #808732

Color information

#808732 (or 0x808732) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 32. RGB value is (128,135,50). Sum of RGB (Red+Green+Blue) = 128+135+50=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #808732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808732 is #7F78CD. Grayscale: #7B7B7B. Windows color (decimal): -8353998 or 3311488. OLE color: 3311488.

HSL color Cylindrical-coordinate representation of color #808732: hue angle of 64.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #808732 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB12813550-
CMYK0.0500.630.47
HSL64.94º45.95%36.27%-
HSV(B)64.94º62.96%52.94%-
XYZ18.1422.156.34-
YUV123.2286.68131.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=40.89%
G=43.13%
B=15.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135500.0500.630.4764.9445.9536.27
Hex808732503F2F412e24
Octal200207625077571015644
Binary100000001000011111001010101111111011111000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808732; }

 p { color: rgb(128,135,50); }

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

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

 a { background-color: rgb(128,135,50); }

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

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

 span { border-color: rgb(128,135,50); }

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