#85883C

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

Shades of Wasabi #85883C

Tints of Wasabi #85883C

Color information

#85883C (or 0x85883C) is unknown color: approx Wasabi. HEX triplet: 85, 88 and 3C. RGB value is (133,136,60). Sum of RGB (Red+Green+Blue) = 133+136+60=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #85883C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85883C is #7A77C3. Grayscale: #7E7E7E. Windows color (decimal): -8026052 or 3967109. OLE color: 3967109.

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

Color convert

RGB13313660-
CMYK0.0200.560.47
HSL62.37º38.78%38.43%-
HSV(B)62.37º55.88%53.33%-
XYZ19.2922.927.68-
YUV126.4490.51132.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=40.43%
G=41.34%
B=18.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136600.0200.560.4762.3738.7838.43
Hex85883C20382F3e2726
Octal20521074207057764746
Binary1000010110001000111100100111000101111111110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85883C; }

 p { color: rgb(133,136,60); }

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

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

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

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

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

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

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