#83913C

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

Shades of Wasabi #83913C

Tints of Wasabi #83913C

Color information

#83913C (or 0x83913C) is unknown color: approx Wasabi. HEX triplet: 83, 91 and 3C. RGB value is (131,145,60). Sum of RGB (Red+Green+Blue) = 131+145+60=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #83913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83913C is #7C6EC3. Grayscale: #838383. Windows color (decimal): -8154820 or 3969411. OLE color: 3969411.

HSL color Cylindrical-coordinate representation of color #83913C: hue angle of 69.88º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83913C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB13114560-
CMYK0.1000.590.43
HSL69.88º41.46%40.2%-
HSV(B)69.88º58.62%56.86%-
XYZ20.325.48.11-
YUV131.1287.86127.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=38.99%
G=43.15%
B=17.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131145600.1000.590.4369.8841.4640.2
Hex83913CA03B2B462928
Octal2032217412073531065150
Binary1000001110010001111100101001110111010111000110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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