#838642

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

Shades of Wasabi #838642

Tints of Wasabi #838642

Color information

#838642 (or 0x838642) is unknown color: approx Wasabi. HEX triplet: 83, 86 and 42. RGB value is (131,134,66). Sum of RGB (Red+Green+Blue) = 131+134+66=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #838642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838642 is #7C79BD. Grayscale: #7D7D7D. Windows color (decimal): -8157630 or 4359811. OLE color: 4359811.

HSL color Cylindrical-coordinate representation of color #838642: hue angle of 62.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #838642 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13113466-
CMYK0.0200.510.47
HSL62.65º34%39.22%-
HSV(B)62.65º50.75%52.55%-
XYZ18.8722.278.46-
YUV125.3594.51132.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=39.58%
G=40.48%
B=19.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134660.0200.510.4762.653439.22
Hex83864220332F3f2227
Octal203206102206357774247
Binary10000011100001101000010100110011101111111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838642; }

 p { color: rgb(131,134,66); }

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

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

 a { background-color: rgb(131,134,66); }

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

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

 span { border-color: rgb(131,134,66); }

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