#808848

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

Shades of Wasabi #808848

Tints of Wasabi #808848

Color information

#808848 (or 0x808848) is unknown color: approx Wasabi. HEX triplet: 80, 88 and 48. RGB value is (128,136,72). Sum of RGB (Red+Green+Blue) = 128+136+72=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #808848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808848 is #7F77B7. Grayscale: #7E7E7E. Windows color (decimal): -8353720 or 4753536. OLE color: 4753536.

HSL color Cylindrical-coordinate representation of color #808848: hue angle of 67.5º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808848 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB12813672-
CMYK0.0600.470.47
HSL67.5º30.77%40.78%-
HSV(B)67.5º47.06%53.33%-
XYZ18.8822.679.51-
YUV126.3197.35129.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=38.10%
G=40.48%
B=21.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136720.0600.470.4767.530.7740.78
Hex808848602F2F441f29
Octal2002101106057571043751
Binary100000001000100010010001100101111101111100010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808848; }

 p { color: rgb(128,136,72); }

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

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

 a { background-color: rgb(128,136,72); }

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

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

 span { border-color: rgb(128,136,72); }

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