#838538

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

Shades of Wasabi #838538

Tints of Wasabi #838538

Color information

#838538 (or 0x838538) is unknown color: approx Wasabi. HEX triplet: 83, 85 and 38. RGB value is (131,133,56). Sum of RGB (Red+Green+Blue) = 131+133+56=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #838538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838538 is #7C7AC7. Grayscale: #7B7B7B. Windows color (decimal): -8157896 or 3704195. OLE color: 3704195.

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

Color convert

RGB13113356-
CMYK0.0200.580.48
HSL61.56º40.74%37.06%-
HSV(B)61.56º57.89%52.16%-
XYZ18.4621.896.99-
YUV123.6289.84133.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=40.94%
G=41.56%
B=17.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133560.0200.580.4861.5640.7437.06
Hex838538203A303e2925
Octal20320570207260765145
Binary1000001110000101111000100111010110000111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838538; }

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

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

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

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

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

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

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

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