#83952F

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

Shades of Wasabi #83952F

Tints of Wasabi #83952F

Color information

#83952F (or 0x83952F) is unknown color: approx Wasabi. HEX triplet: 83, 95 and 2F. RGB value is (131,149,47). Sum of RGB (Red+Green+Blue) = 131+149+47=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #83952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83952F is #7C6AD0. Grayscale: #848484. Windows color (decimal): -8153809 or 3118467. OLE color: 3118467.

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

Color convert

RGB13114947-
CMYK0.1200.680.42
HSL70.59º52.04%38.43%-
HSV(B)70.59º68.46%58.43%-
XYZ20.6226.536.72-
YUV131.9980.04127.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 47 (18.75% from 255) = 14.37%
R=40.06%
G=45.57%
B=14.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131149470.1200.680.4270.5952.0438.43
Hex83952FC0442A473426
Octal20322557140104521076446
Binary10000011100101011011111100010001001010101000111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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