#838536

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

Shades of Wasabi #838536

Tints of Wasabi #838536

Color information

#838536 (or 0x838536) is unknown color: approx Wasabi. HEX triplet: 83, 85 and 36. RGB value is (131,133,54). Sum of RGB (Red+Green+Blue) = 131+133+54=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #838536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838536 is #7C7AC9. Grayscale: #7B7B7B. Windows color (decimal): -8157898 or 3573123. OLE color: 3573123.

HSL color Cylindrical-coordinate representation of color #838536: hue angle of 61.52º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #838536 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB13113354-
CMYK0.0200.590.48
HSL61.52º42.25%36.67%-
HSV(B)61.52º59.4%52.16%-
XYZ18.4121.876.74-
YUV123.488.84133.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.19%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=41.19%
G=41.82%
B=16.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133540.0200.590.4861.5242.2536.67
Hex838536203B303e2a25
Octal20320566207360765245
Binary1000001110000101110110100111011110000111110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838536; }

 p { color: rgb(131,133,54); }

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

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

 a { background-color: rgb(131,133,54); }

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

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

 span { border-color: rgb(131,133,54); }

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