#83952C

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

Shades of Wasabi #83952C

Tints of Wasabi #83952C

Color information

#83952C (or 0x83952C) is unknown color: approx Wasabi. HEX triplet: 83, 95 and 2C. RGB value is (131,149,44). Sum of RGB (Red+Green+Blue) = 131+149+44=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #83952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83952C is #7C6AD3. Grayscale: #848484. Windows color (decimal): -8153812 or 2921859. OLE color: 2921859.

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

Color convert

RGB13114944-
CMYK0.1200.700.42
HSL70.29º54.4%37.84%-
HSV(B)70.29º70.47%58.43%-
XYZ20.5626.56.41-
YUV131.6578.54127.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=40.43%
G=45.99%
B=13.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131149440.1200.700.4270.2954.437.84
Hex83952CC0462A463626
Octal20322554140106521066646
Binary10000011100101011011001100010001101010101000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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