#80883B

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

Shades of Wasabi #80883B

Tints of Wasabi #80883B

Color information

#80883B (or 0x80883B) is unknown color: approx Wasabi. HEX triplet: 80, 88 and 3B. RGB value is (128,136,59). Sum of RGB (Red+Green+Blue) = 128+136+59=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #80883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80883B is #7F77C4. Grayscale: #7D7D7D. Windows color (decimal): -8353733 or 3901568. OLE color: 3901568.

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

Color convert

RGB12813659-
CMYK0.0600.570.47
HSL66.23º39.49%38.24%-
HSV(B)66.23º56.62%53.33%-
XYZ18.522.517.51-
YUV124.8390.85130.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=39.63%
G=42.11%
B=18.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136590.0600.570.4766.2339.4938.24
Hex80883B60392F422726
Octal200210736071571024746
Binary100000001000100011101111001110011011111000010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80883B; }

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

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

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

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

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

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

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

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