#858738

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

Shades of Wasabi #858738

Tints of Wasabi #858738

Color information

#858738 (or 0x858738) is unknown color: approx Wasabi. HEX triplet: 85, 87 and 38. RGB value is (133,135,56). Sum of RGB (Red+Green+Blue) = 133+135+56=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #858738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858738 is #7A78C7. Grayscale: #7D7D7D. Windows color (decimal): -8026312 or 3704709. OLE color: 3704709.

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

Color convert

RGB13313556-
CMYK0.0100.590.47
HSL61.52º41.36%37.45%-
HSV(B)61.52º58.52%52.94%-
XYZ19.0522.67.1-
YUV125.488.84133.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=41.05%
G=41.67%
B=17.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135560.0100.590.4761.5241.3637.45
Hex858738103B2F3e2925
Octal20520770107357765145
Binary100001011000011111100010111011101111111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858738; }

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

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

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

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

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

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

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

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