#838935

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

Shades of Wasabi #838935

Tints of Wasabi #838935

Color information

#838935 (or 0x838935) is unknown color: approx Wasabi. HEX triplet: 83, 89 and 35. RGB value is (131,137,53). Sum of RGB (Red+Green+Blue) = 131+137+53=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #838935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838935 is #7C76CA. Grayscale: #7D7D7D. Windows color (decimal): -8156875 or 3508611. OLE color: 3508611.

HSL color Cylindrical-coordinate representation of color #838935: hue angle of 64.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #838935 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB13113753-
CMYK0.0400.610.46
HSL64.29º44.21%37.25%-
HSV(B)64.29º61.31%53.73%-
XYZ18.9522.976.8-
YUV125.6387.01131.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 137 (53.91% from 255) = 42.68%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=40.81%
G=42.68%
B=16.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131137530.0400.610.4664.2944.2137.25
Hex838935403D2E402c25
Octal203211654075561005445
Binary100000111000100111010110001111011011101000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838935; }

 p { color: rgb(131,137,53); }

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

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

 a { background-color: rgb(131,137,53); }

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

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

 span { border-color: rgb(131,137,53); }

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