#808545

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

Shades of Wasabi #808545

Tints of Wasabi #808545

Color information

#808545 (or 0x808545) is unknown color: approx Wasabi. HEX triplet: 80, 85 and 45. RGB value is (128,133,69). Sum of RGB (Red+Green+Blue) = 128+133+69=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #808545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808545 is #7F7ABA. Grayscale: #7C7C7C. Windows color (decimal): -8354491 or 4556160. OLE color: 4556160.

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

Color convert

RGB12813369-
CMYK0.0400.480.48
HSL64.69º31.68%39.61%-
HSV(B)64.69º48.12%52.16%-
XYZ18.3621.798.87-
YUV124.2196.84130.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=38.79%
G=40.30%
B=20.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133690.0400.480.4864.6931.6839.61
Hex808545403030412028
Octal2002051054060601014050
Binary1000000010000101100010110001100001100001000001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808545; }

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

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

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

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

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

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

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

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