#85963C

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

Shades of Wasabi #85963C

Tints of Wasabi #85963C

Color information

#85963C (or 0x85963C) is unknown color: approx Wasabi. HEX triplet: 85, 96 and 3C. RGB value is (133,150,60). Sum of RGB (Red+Green+Blue) = 133+150+60=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #85963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85963C is #7A69C3. Grayscale: #878787. Windows color (decimal): -8022468 or 3970693. OLE color: 3970693.

HSL color Cylindrical-coordinate representation of color #85963C: hue angle of 71.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85963C is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB13315060-
CMYK0.1100.60.41
HSL71.33º42.86%41.18%-
HSV(B)71.33º60%58.82%-
XYZ21.3927.138.38-
YUV134.6685.87126.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=38.78%
G=43.73%
B=17.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133150600.1100.60.4171.3342.8641.18
Hex85963CB03C29472b29
Octal2052267413074511075351
Binary1000010110010110111100101101111001010011000111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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