#83912E

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

Shades of Wasabi #83912E

Tints of Wasabi #83912E

Color information

#83912E (or 0x83912E) is unknown color: approx Wasabi. HEX triplet: 83, 91 and 2E. RGB value is (131,145,46). Sum of RGB (Red+Green+Blue) = 131+145+46=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #83912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83912E is #7C6ED1. Grayscale: #818181. Windows color (decimal): -8154834 or 3051907. OLE color: 3051907.

HSL color Cylindrical-coordinate representation of color #83912E: hue angle of 68.48º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83912E is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB13114546-
CMYK0.1000.680.43
HSL68.48º51.83%37.45%-
HSV(B)68.48º68.28%56.86%-
XYZ19.9825.276.41-
YUV129.5380.86129.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=40.68%
G=45.03%
B=14.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131145460.1000.680.4368.4851.8337.45
Hex83912EA0442B443425
Octal20322156120104531046445
Binary10000011100100011011101010010001001010111000100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,145,46); }

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

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

 a { background-color: rgb(131,145,46); }

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

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

 span { border-color: rgb(131,145,46); }

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