#839053

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

Shades of Wasabi #839053

Tints of Wasabi #839053

Color information

#839053 (or 0x839053) is unknown color: approx Wasabi. HEX triplet: 83, 90 and 53. RGB value is (131,144,83). Sum of RGB (Red+Green+Blue) = 131+144+83=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #839053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839053 is #7C6FAC. Grayscale: #858585. Windows color (decimal): -8155053 or 5476483. OLE color: 5476483.

HSL color Cylindrical-coordinate representation of color #839053: hue angle of 72.79º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #839053 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB13114483-
CMYK0.0900.420.44
HSL72.79º26.87%44.51%-
HSV(B)72.79º42.36%56.47%-
XYZ20.8925.411.98-
YUV133.1699.69126.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=36.59%
G=40.22%
B=23.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131144830.0900.420.4472.7926.8744.51
Hex839053902A2C491b2d
Octal20322012311052541113355
Binary1000001110010000101001110010101010101100100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839053; }

 p { color: rgb(131,144,83); }

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

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

 a { background-color: rgb(131,144,83); }

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

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

 span { border-color: rgb(131,144,83); }

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