#83883B

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

Shades of Wasabi #83883B

Tints of Wasabi #83883B

Color information

#83883B (or 0x83883B) is unknown color: approx Wasabi. HEX triplet: 83, 88 and 3B. RGB value is (131,136,59). Sum of RGB (Red+Green+Blue) = 131+136+59=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #83883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83883B is #7C77C4. Grayscale: #7E7E7E. Windows color (decimal): -8157125 or 3901571. OLE color: 3901571.

HSL color Cylindrical-coordinate representation of color #83883B: hue angle of 63.9º 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 #83883B is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13113659-
CMYK0.0400.570.47
HSL63.9º39.49%38.24%-
HSV(B)63.9º56.62%53.33%-
XYZ18.9522.757.53-
YUV125.7390.34131.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=40.18%
G=41.72%
B=18.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131136590.0400.570.4763.939.4938.24
Hex83883B40392F402726
Octal203210734071571004746
Binary100000111000100011101110001110011011111000000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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