#808247

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

Shades of Wasabi #808247

Tints of Wasabi #808247

Color information

#808247 (or 0x808247) is unknown color: approx Wasabi. HEX triplet: 80, 82 and 47. RGB value is (128,130,71). Sum of RGB (Red+Green+Blue) = 128+130+71=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #808247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808247 is #7F7DB8. Grayscale: #7A7A7A. Windows color (decimal): -8355257 or 4686464. OLE color: 4686464.

HSL color Cylindrical-coordinate representation of color #808247: hue angle of 62.03º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808247 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12813071-
CMYK0.0200.450.49
HSL62.03º29.35%39.41%-
HSV(B)62.03º45.38%50.98%-
XYZ18.0221.019.07-
YUV122.6898.84131.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=38.91%
G=39.51%
B=21.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130710.0200.450.4962.0329.3539.41
Hex808247202D313e1d27
Octal200202107205561763547
Binary1000000010000010100011110010110111000111111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808247; }

 p { color: rgb(128,130,71); }

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

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

 a { background-color: rgb(128,130,71); }

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

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

 span { border-color: rgb(128,130,71); }

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