#80883A

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

Shades of Wasabi #80883A

Tints of Wasabi #80883A

Color information

#80883A (or 0x80883A) is unknown color: approx Wasabi. HEX triplet: 80, 88 and 3A. RGB value is (128,136,58). Sum of RGB (Red+Green+Blue) = 128+136+58=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #80883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80883A is #7F77C5. Grayscale: #7D7D7D. Windows color (decimal): -8353734 or 3836032. OLE color: 3836032.

HSL color Cylindrical-coordinate representation of color #80883A: hue angle of 66.15º degrees, saturation: 0.4, 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 #80883A is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB12813658-
CMYK0.0600.570.47
HSL66.15º40.21%38.04%-
HSV(B)66.15º57.35%53.33%-
XYZ18.4722.57.37-
YUV124.7290.35130.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 58 (23.05% from 255) = 18.01%
R=39.75%
G=42.24%
B=18.01%

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
Decimal128136580.0600.570.4766.1540.2138.04
Hex80883A60392F422826
Octal200210726071571025046
Binary100000001000100011101011001110011011111000010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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