#83954E

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

Shades of Wasabi #83954E

Tints of Wasabi #83954E

Color information

#83954E (or 0x83954E) is unknown color: approx Wasabi. HEX triplet: 83, 95 and 4E. RGB value is (131,149,78). Sum of RGB (Red+Green+Blue) = 131+149+78=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #83954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83954E is #7C6AB1. Grayscale: #878787. Windows color (decimal): -8153778 or 5150083. OLE color: 5150083.

HSL color Cylindrical-coordinate representation of color #83954E: hue angle of 75.21º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83954E is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB13114978-
CMYK0.1200.480.42
HSL75.21º31.28%44.51%-
HSV(B)75.21º47.65%58.43%-
XYZ21.4826.8711.26-
YUV135.5295.54124.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=36.59%
G=41.62%
B=21.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131149780.1200.480.4275.2131.2844.51
Hex83954EC0302A4b1f2d
Octal20322511614060521133755
Binary1000001110010101100111011000110000101010100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83954E; }

 p { color: rgb(131,149,78); }

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

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

 a { background-color: rgb(131,149,78); }

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

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

 span { border-color: rgb(131,149,78); }

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