#858534

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

Shades of Wasabi #858534

Tints of Wasabi #858534

Color information

#858534 (or 0x858534) is unknown color: approx Wasabi. HEX triplet: 85, 85 and 34. RGB value is (133,133,52). Sum of RGB (Red+Green+Blue) = 133+133+52=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858534 is #7A7ACB. Grayscale: #7C7C7C. Windows color (decimal): -8026828 or 3442053. OLE color: 3442053.

HSL color Cylindrical-coordinate representation of color #858534: hue angle of 60º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #858534 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB13313352-
CMYK000.610.48
HSL60º43.78%36.27%-
HSV(B)60º60.9%52.16%-
XYZ18.6822.016.51-
YUV123.7787.5134.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=41.82%
G=41.82%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313352000.610.486043.7836.27
Hex858534003D303c2c24
Octal20520564007560745444
Binary100001011000010111010000111101110000111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858534; }

 p { color: rgb(133,133,52); }

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

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

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

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

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

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

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