#83974D

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

Shades of Wasabi #83974D

Tints of Wasabi #83974D

Color information

#83974D (or 0x83974D) is unknown color: approx Wasabi. HEX triplet: 83, 97 and 4D. RGB value is (131,151,77). Sum of RGB (Red+Green+Blue) = 131+151+77=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #83974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83974D is #7C68B2. Grayscale: #888888. Windows color (decimal): -8153267 or 5085059. OLE color: 5085059.

HSL color Cylindrical-coordinate representation of color #83974D: hue angle of 76.22º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83974D is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB13115177-
CMYK0.1300.490.41
HSL76.22º32.46%44.71%-
HSV(B)76.22º49.01%59.22%-
XYZ21.7727.4911.18-
YUV136.5894.37124.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=36.49%
G=42.06%
B=21.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131151770.1300.490.4176.2232.4644.71
Hex83974DD031294c202d
Octal20322711515061511144055
Binary10000011100101111001101110101100011010011001100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83974D; }

 p { color: rgb(131,151,77); }

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

<style>
 a { background-color: #83974D; }

 a { background-color: rgb(131,151,77); }

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

<style>
 span { border-color: #83974D; }

 span { border-color: rgb(131,151,77); }

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