#83954F

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

Shades of Wasabi #83954F

Tints of Wasabi #83954F

Color information

#83954F (or 0x83954F) is unknown color: approx Wasabi. HEX triplet: 83, 95 and 4F. RGB value is (131,149,79). Sum of RGB (Red+Green+Blue) = 131+149+79=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #83954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83954F is #7C6AB0. Grayscale: #878787. Windows color (decimal): -8153777 or 5215619. OLE color: 5215619.

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

Color convert

RGB13114979-
CMYK0.1200.470.42
HSL75.43º30.7%44.71%-
HSV(B)75.43º46.98%58.43%-
XYZ21.5226.8811.45-
YUV135.6496.04124.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=36.49%
G=41.50%
B=22.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131149790.1200.470.4275.4330.744.71
Hex83954FC02F2A4b1f2d
Octal20322511714057521133755
Binary1000001110010101100111111000101111101010100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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